mirror of
https://github.com/curl/curl.git
synced 2026-04-18 11:01:40 +03:00
CURLOPT_NOBODY means HEAD on HTTP servers
This commit is contained in:
parent
24836d30f5
commit
b864e25011
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue