diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-05-12 12:46:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-05-12 12:46:45 +0000 |
commit | 246f3a63f67239281ac400c3fdb2a4f8d9b5d9a1 (patch) | |
tree | 9ef62b48a0e607e29f22a85bdef7c021392a7b5e /docs | |
parent | e99eff4eb0e478824534adf8e86959a43a37f43d (diff) |
Dan Fandrich added --compressed docu
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 62988184d..629c8e6a4 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -96,6 +96,10 @@ must be using valid ciphers. Read up on SSL cipher list details on this URL: .I http://www.openssl.org/docs/apps/ciphers.html (Option added in curl 7.9) If this option is used several times, the last one will override the others. +.IP "--compressed" +(HTTP) Request a compressed response using the deflate or gzip +algorithms and return the uncompressed document. If this option is used +and the server sends an unsupported encoding, Curl will report an error. .IP "--connect-timeout <seconds>" Maximum time in seconds that you allow the connection to the server to take. This only limits the connection phase, once curl has connected this option is |