diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-08-23 14:46:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-08-23 14:46:43 +0000 |
commit | d869b51a57c39cbc25df0df7cee375f608ec2e82 (patch) | |
tree | 12ef40ab26a30b47b09eb646ed7d32347833adaa /docs/libcurl/curl_formadd.3 | |
parent | dbacc81af747f68e07b30b77b2c30161cefef08d (diff) |
Expect: 100-continue info added
Diffstat (limited to 'docs/libcurl/curl_formadd.3')
-rw-r--r-- | docs/libcurl/curl_formadd.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/libcurl/curl_formadd.3 b/docs/libcurl/curl_formadd.3 index 961bfbf26..366e6b07f 100644 --- a/docs/libcurl/curl_formadd.3 +++ b/docs/libcurl/curl_formadd.3 @@ -26,6 +26,9 @@ NULL in the first call to this function. All list-data will be allocated by the function itself. You must call \fIcurl_formfree\fP after the form post has been done to free the resources again. +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. + First, there are some basics you need to understand about multipart/formdata posts. Each part consists of at least a NAME and a CONTENTS part. If the part is made for file upload, there are also a stored CONTENT-TYPE and a |