]> granicus.if.org Git - curl/commitdiff
CURLOPT_NOBODY means HEAD on HTTP servers
authorDaniel Stenberg <daniel@haxx.se>
Sat, 4 Oct 2003 14:01:41 +0000 (14:01 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 4 Oct 2003 14:01:41 +0000 (14:01 +0000)
docs/libcurl/curl_easy_setopt.3

index a91fc1e32857f4c1f9b8bb4b9adbb356bc3c6c54..6ae4ae9b950f8aee0e45d42b8c269202b3d57e99 100644 (file)
@@ -727,7 +727,7 @@ can be used after a transfer to extract the received time (if any).
 .B CURLOPT_NOBODY
 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.
+parts. On HTTP(S) servers, this will make libcurl do a HEAD request.
 .TP
 .B CURLOPT_INFILESIZE
 When uploading a file to a remote site, this option should be used to tell