mirror of
https://github.com/moparisthebest/curl
synced 2024-11-14 21:45:13 -05:00
Added CURLOPT_POSTFIELDSIZE
This commit is contained in:
parent
1be0bf56a6
commit
a1c0a5d0f2
@ -371,6 +371,9 @@ typedef enum {
|
|||||||
"[host]:[port]" */
|
"[host]:[port]" */
|
||||||
T(PROXYPORT, LONG, 59),
|
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 */
|
CURLOPT_LASTENTRY /* the last unusued */
|
||||||
} CURLoption;
|
} CURLoption;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user