aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-04 14:01:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-04 14:01:41 +0000
commitb864e25011ff109307bcac8fffffc3aeb983aaec (patch)
tree274234bc03918f01582c5f2f0168444791a575cb /docs/libcurl
parent24836d30f516976b5f11a7e5a34a14cbbf67eb66 (diff)
CURLOPT_NOBODY means HEAD on HTTP servers
Diffstat (limited to 'docs/libcurl')
-rw-r--r--docs/libcurl/curl_easy_setopt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index a91fc1e32..6ae4ae9b9 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -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