diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-07-30 08:27:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-07-30 08:27:51 +0000 |
commit | 84c2184909d47cdc1a17c20069a78634f72098b9 (patch) | |
tree | ab5a46d1f4a0e73d2e3c767d370392ecc90ff606 /docs/libcurl | |
parent | e358a24a75d42714795200c9528c3f5ba90cdab2 (diff) |
CURLOPT_COOKIELIST change since it no longer modifies the input string contents
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 8f653f595..a63e225ef 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -662,10 +662,9 @@ cookies are cookies without expiry date and they are meant to be alive and existing for this "session" only. .IP CURLOPT_COOKIELIST Pass a char * to a cookie string. Cookie can be either in Netscape / Mozilla -format or just regular HTTP-style header (Set-Cookie: ...) format. The passed -string will get modified so make sure it's writable. If cURL cookie engine -was not enabled it will enable its cookie engine. Passing a magic string -\&"ALL" will erase all cookies known by cURL. +format or just regular HTTP-style header (Set-Cookie: ...) format. If cURL +cookie engine was not enabled it will enable its cookie engine. Passing a +magic string \&"ALL" will erase all cookies known by cURL. .IP CURLOPT_HTTPGET Pass a long. If the long is non-zero, this forces the HTTP request to get back to GET. usable if a POST, HEAD, PUT or a custom request have been used |