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:
Daniel Stenberg 2022-10-17 14:51:51 +02:00
parent e335d778e3
commit d345ebfcda
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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), "