]> granicus.if.org Git - curl/commitdiff
Dan Fandrich's added gzip support documented.
authorDaniel Stenberg <daniel@haxx.se>
Fri, 11 Apr 2003 08:51:24 +0000 (08:51 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 11 Apr 2003 08:51:24 +0000 (08:51 +0000)
docs/libcurl/curl_easy_setopt.3

index c8720c27ade7db3ca834b4e258f3392cacd7f27a..8024197ece38619f4b034b37a03ce18175e8a3e9 100644 (file)
@@ -335,10 +335,13 @@ prompt function.
 .SH HTTP OPTIONS
 .TP 0.4i
 .B CURLOPT_ENCODING
-Two encodings are supported \fIdentity\fP, which does nothing, and
-\fIdeflate\fP to request the server to compress its reponse using the
-zlib algorithm. This is not an order, the server may or may not do it.
-See the special file lib/README.encoding for details.
+Three encodings are supported: \fIidentity\fP, which does nothing,
+\fIdeflate\fP which requests the server to compress its response using the
+zlib algorithm, and \fIgzip\fP which requests the gzip algorithm. This
+is a request, not an order; the server may or may not do it.  This
+option must be set (to any value) or else any unsolicited encoding done
+by the server is ignored. See the special file lib/README.encoding for
+details.
 .TP
 .B CURLOPT_FOLLOWLOCATION
 A non-zero parameter tells the library to follow any Location: header that the