mirror of
https://github.com/curl/curl.git
synced 2026-08-26 15:53:38 +03:00
curl --expect100-timeout: added
This is the new command line option to set the value for the existing libcurl option CURLOPT_EXPECT_100_TIMEOUT_MS
This commit is contained in:
parent
afcab2c2b6
commit
b4a39491ca
5 changed files with 20 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ static const char *const helptext[] = {
|
|||
#ifdef USE_ENVIRONMENT
|
||||
" --environment Write results to environment variables (RISC OS)",
|
||||
#endif
|
||||
" --expect100-timeout SECONDS How long to wait for 100-continue (H)",
|
||||
" -f, --fail Fail silently (no output at all) on HTTP errors (H)",
|
||||
" --false-start Enable TLS False Start.",
|
||||
" -F, --form CONTENT Specify HTTP multipart POST data (H)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue