From 75a6fdeb584d59df364a98f5fcadebe9bbd27307 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 1 Sep 2004 12:05:59 +0000 Subject: added more info on the nobody --- docs/libcurl/curl_easy_setopt.3 | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3