mirror of
https://github.com/curl/curl.git
synced 2026-04-21 18:42:12 +03:00
CURLOPT_POSTFIELDS.3: refer to CURLOPT_MIMEPOST
Not the deprecated CURLOPT_HTTPPOST option. Also added two see-alsos. Reported-by: Trail of Bits Closes #9752
This commit is contained in:
parent
e335d778e3
commit
d345ebfcda
1 changed files with 2 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ be larger than 1MB or if the expected size is unknown. You can disable this
|
|||
header with \fICURLOPT_HTTPHEADER(3)\fP as usual.
|
||||
|
||||
To make \fBmultipart/formdata\fP posts, check out the
|
||||
\fICURLOPT_HTTPPOST(3)\fP option combined with \fIcurl_mime_init(3)\fP.
|
||||
\fICURLOPT_MIMEPOST(3)\fP option combined with \fIcurl_mime_init(3)\fP.
|
||||
.SH DEFAULT
|
||||
NULL
|
||||
.SH PROTOCOLS
|
||||
|
|
@ -97,3 +97,4 @@ Always
|
|||
Returns CURLE_OK
|
||||
.SH "SEE ALSO"
|
||||
.BR CURLOPT_POSTFIELDSIZE "(3), " CURLOPT_READFUNCTION "(3), "
|
||||
.BR CURLOPT_MIMEPOST "(3), " CURLOPT_UPLOAD "(3), "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue