mirror of
https://github.com/curl/curl.git
synced 2026-08-26 22:04:36 +03:00
curl: add --post303 to set the CURL_REDIR_POST_303 option
This commit is contained in:
parent
0b516b7162
commit
29e68b200c
4 changed files with 13 additions and 3 deletions
|
|
@ -187,6 +187,7 @@ struct Configurable {
|
|||
bool raw;
|
||||
bool post301;
|
||||
bool post302;
|
||||
bool post303;
|
||||
bool nokeepalive; /* for keepalive needs */
|
||||
long alivetime;
|
||||
bool content_disposition; /* use Content-disposition filename */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue