mirror of
https://github.com/curl/curl.git
synced 2026-04-30 04:27:52 +03:00
added more info on the nobody
This commit is contained in:
parent
5f3fa92062
commit
75a6fdeb58
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue