diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2011-04-14 22:45:42 +0200 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2011-04-18 19:46:21 +0200 | 
| commit | 8e4fb01e64bee1893452f25873758cb856898d84 (patch) | |
| tree | 8b94999d472b201d98f1d72144a10d8afc8c6675 /docs/libcurl | |
| parent | ebb37eac8ba8caca5282c41635e491f19fe7df48 (diff) | |
transfer-encoding: added new option and cmdline
Added CURLOPT_TRANSFER_ENCODING as the option to set to request Transfer
Encoding in HTTP requests (if built zlib enabled). I also renamed
CURLOPT_ENCODING to CURLOPT_ACCEPT_ENCODING (while keeping the old name
around) to reduce the confusion when we have to encoding options for
HTTP.
--tr-encoding is now the new command line option for curl to request
this, and thus I updated the test cases accordingly.
Diffstat (limited to 'docs/libcurl')
| -rw-r--r-- | docs/libcurl/symbols-in-versions | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/docs/libcurl/symbols-in-versions b/docs/libcurl/symbols-in-versions index aa86b913a..7c2c866be 100644 --- a/docs/libcurl/symbols-in-versions +++ b/docs/libcurl/symbols-in-versions @@ -282,6 +282,7 @@ CURLOPTTYPE_FUNCTIONPOINT       7.1  CURLOPTTYPE_LONG                7.1  CURLOPTTYPE_OBJECTPOINT         7.1  CURLOPTTYPE_OFF_T               7.11.0 +CURLOPT_ACCEPT_ENCODING         7.21.6  CURLOPT_ADDRESS_SCOPE           7.19.0  CURLOPT_APPEND                  7.17.0  CURLOPT_AUTOREFERER             7.1 @@ -485,6 +486,7 @@ CURLOPT_TLSAUTH_PASSWORD        7.21.4  CURLOPT_TLSAUTH_TYPE            7.21.4  CURLOPT_TLSAUTH_USERNAME        7.21.4  CURLOPT_TRANSFERTEXT            7.1.1 +CURLOPT_TRANSFER_ENCODING       7.21.6  CURLOPT_UNRESTRICTED_AUTH       7.10.4  CURLOPT_UPLOAD                  7.1  CURLOPT_URL                     7.1 | 
