Add support for HURL_foo environment variable.

This commit is contained in:
jcamiel 2022-02-15 13:18:07 +01:00 committed by jcamiel
parent 801543e06f
commit 819a68266f
2 changed files with 8 additions and 4 deletions

View File

@ -269,7 +269,6 @@ Specify the User-Agent string to send to the HTTP server.
### --variable <name=value> {#variable}
Define variable (name/value) to be used in Hurl templates.
Only string values can be defined.
### --variables-file <file> {#variables-file}
@ -308,7 +307,6 @@ Using an environment variable to set the proxy has the same effect as using the
Sets the proxy server to use for HTTP.
### https_proxy [protocol://]<host>[:port]
Sets the proxy server to use for HTTPS.
@ -321,6 +319,10 @@ Sets the proxy server to use if no protocol-specific proxy is set.
list of host names that shouldn't go through any proxy.
### HURL_name value
Define variable (name/value) to be used in Hurl templates. This is similar than [--variable](#variable) and [--variables-file](#variables-file) options.
## EXIT CODES
### 1

View File

@ -256,7 +256,6 @@ Specify the User-Agent string to send to the HTTP server.
.IP "--variable <name=value> "
Define variable (name/value) to be used in Hurl templates.
Only string values can be defined.
.IP "--variables-file <file> "
@ -295,7 +294,6 @@ Using an environment variable to set the proxy has the same effect as using the
Sets the proxy server to use for HTTP.
.IP "https_proxy [protocol://]<host>[:port]"
Sets the proxy server to use for HTTPS.
@ -308,6 +306,10 @@ Sets the proxy server to use if no protocol-specific proxy is set.
list of host names that shouldn't go through any proxy.
.IP "HURL_name value"
Define variable (name/value) to be used in Hurl templates. This is similar than \fI--variable](#variable) and [--variables-file\fP options.
.SH EXIT CODES
.IP "1"