mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:13:31 +03:00
Added CURLOPT_POSTFIELDSIZE
This commit is contained in:
parent
1be0bf56a6
commit
a1c0a5d0f2
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue