1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Added CURLOPT_POSTFIELDSIZE

This commit is contained in:
Daniel Stenberg 2000-08-24 16:27:04 +00:00
parent 1be0bf56a6
commit a1c0a5d0f2

View 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;