RFC1867 was updated by RFC2388

This commit is contained in:
Daniel Stenberg
2009-08-04 12:02:27 +00:00
parent 35eb9fc6ad
commit 37d509f04f
4 changed files with 11 additions and 10 deletions

View File

@@ -870,7 +870,7 @@ data using the read callback!
Using POST with HTTP 1.1 implies the use of a "Expect: 100-continue" header.
You can disable this header with \fICURLOPT_HTTPHEADER\fP as usual.
To make multipart/formdata posts (aka rfc1867-posts), check out the
To make multipart/formdata posts (aka RFC2388-posts), check out the
\fICURLOPT_HTTPPOST\fP option.
.IP CURLOPT_POSTFIELDSIZE
If you want to post data to the server without letting libcurl do a strlen()