From: Daniel Stenberg Date: Wed, 1 Sep 2004 12:05:59 +0000 (+0000) Subject: added more info on the nobody X-Git-Tag: curl-7_12_2~141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75a6fdeb584d59df364a98f5fcadebe9bbd27307;p=thirdparty%2Fcurl.git added more info on the nobody --- diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index ef45be1ed0..23e66d0b88 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