diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-01 12:05:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-01 12:05:59 +0000 |
commit | 75a6fdeb584d59df364a98f5fcadebe9bbd27307 (patch) | |
tree | 0de465a12f9413c458cd386a9cd2cb5a68ede528 /docs/libcurl | |
parent | 5f3fa92062a0c41611ae28e761049d0b2fe6d777 (diff) |
added more info on the nobody
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index ef45be1ed..23e66d0b8 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -770,6 +770,10 @@ can be used after a transfer to extract the received time (if any). A non-zero parameter tells the library to not include the body-part in the output. This is only relevant for protocols that have separate header and body parts. On HTTP(S) servers, this will make libcurl do a HEAD request. + +To change back to GET, you should use \fICURLOPT_HTTPGET\fP. To change back to +POST, you should use \fICURLOPT_POST\fP. Setting \fICURLOPT_NOBODY\fP to zero +has no effect. .IP CURLOPT_INFILESIZE When uploading a file to a remote site, this option should be used to tell libcurl what the expected size of the infile is. This value should be passed |