]> granicus.if.org Git - curl/commitdiff
Expect: 100-continue info added
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 Aug 2004 14:46:43 +0000 (14:46 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Aug 2004 14:46:43 +0000 (14:46 +0000)
docs/libcurl/curl_formadd.3

index 961bfbf26e3599a02a59966433691daaf99daf65..366e6b07fd0971929943a9590a01eb96e87d9cc3 100644 (file)
@@ -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