mirror of
https://github.com/curl/curl.git
synced 2025-09-20 11:02:42 +03:00
parent
354afc891d
commit
6f85968678
|
@ -36,7 +36,7 @@ to transfer the body data.
|
||||||
For HTTP operations when \fICURLOPT_NOBODY(3)\fP has been set, unsetting the
|
For HTTP operations when \fICURLOPT_NOBODY(3)\fP has been set, unsetting the
|
||||||
option (with 0) will make it a GET again - only if the method is still set to
|
option (with 0) will make it a GET again - only if the method is still set to
|
||||||
be HEAD. The proper way to get back to a GET request is to set
|
be HEAD. The proper way to get back to a GET request is to set
|
||||||
\fICURLOPT_HTTPGET(3)\fP and for other methods, use the POST ur UPLOAD
|
\fICURLOPT_HTTPGET(3)\fP and for other methods, use the POST or UPLOAD
|
||||||
options.
|
options.
|
||||||
|
|
||||||
Enabling \fICURLOPT_NOBODY(3)\fP means asking for a download without a body.
|
Enabling \fICURLOPT_NOBODY(3)\fP means asking for a download without a body.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user