mirror of
https://github.com/moparisthebest/curl
synced 2025-03-10 23:30:06 -04:00
Added CURLOPT_POSTFIELDSIZE
This commit is contained in:
parent
1be0bf56a6
commit
a1c0a5d0f2
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user