Update snippet with compressed option.

This commit is contained in:
jcamiel 2022-08-18 20:36:52 +02:00
parent 96ef0c7228
commit 1a78ac9199
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC

View File

@ -499,8 +499,9 @@ to the command line), while other requests are unaffected.
GET https://example.org
# An options section, each option is optional and applied only to this request...
[Options]
insecure: true # allows insecure SSL connections and transfers
cacert: /etc/cert.pem # a custom certificate file
compressed: true # request a compressed response
insecure: true # allows insecure SSL connections and transfers
location: true # follow redirection for this request
max-redirs: 10 # maximum number of redirections
verbose: true # allow verbose output