diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-01 09:25:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-01 09:25:19 +0000 |
commit | 5f3fa92062a0c41611ae28e761049d0b2fe6d777 (patch) | |
tree | 403d65279b98ab7b9b6d7ff1abe44269174e87b9 /docs | |
parent | 66077ae48b163cb717dd1093708c79c0f21fc6aa (diff) |
minor edit of HTTPGET
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 5159953ed..ef45be1ed 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -627,7 +627,7 @@ cookies are cookies without expiry date and they are meant to be alive and existing for this "session" only. .IP CURLOPT_HTTPGET Pass a long. If the long is non-zero, this forces the HTTP request to get back -to GET. Only really usable if POST, PUT or a custom request have been used +to GET. usable if a POST, HEAD, PUT or a custom request have been used previously using the same curl handle. .IP CURLOPT_HTTP_VERSION Pass a long, set to one of the values described below. They force libcurl to |