Added CURLOPT_POSTFIELDSIZE
authorDaniel Stenberg <daniel@haxx.se>
Thu, 24 Aug 2000 16:27:04 +0000 (16:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 24 Aug 2000 16:27:04 +0000 (16:27 +0000)
include/curl/curl.h

index a0d05ed..ad4999e 100644 (file)
@@ -371,6 +371,9 @@ typedef enum {
      "[host]:[port]" */
   T(PROXYPORT, LONG, 59),
 
+  /* size of the POST input data, if strlen() is not good to use */
+  T(POSTFIELDSIZE, LONG, 60),
+
   CURLOPT_LASTENTRY /* the last unusued */
 } CURLoption;