Merge pull request #56 from Orange-OpenSource/feature/fix-compressed-man

Fix compressed anchor.
This commit is contained in:
Fabrice Reix 2020-10-30 07:32:50 +01:00 committed by GitHub
commit 785b7c6d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,14 +137,14 @@ Read cookies from file (using the Netscape cookie file format).
Combined with [-c, --cookie-jar](#cookie-jar), you can simulate a cookie storage between successive Hurl runs.
### --compressed
### --compressed {#compressed}
Request a compressed response using one of the algorithms br, gzip, deflate and automatically decompress the content.
### --connect-timeout <seconds> {#connect-timeout}
Maximum time in seconds that you allow hurl's connection to take.
Maximum time in seconds that you allow Hurl's connection to take.
See also [-m, --max-time](#max-time) option.
@ -217,7 +217,7 @@ This option explicitly allows Hurl to perform "insecure" SSL connections and tra
Follow redirect. You can limit the amount of redirects to follow by using the [--max-redirs](#max-redirs) option.
### -m, --max-time <seconds> {#ax-time}
### -m, --max-time <seconds> {#max-time}
Maximum time in seconds that you allow a request/response to take. This is the standard timeout.