mirror of
https://github.com/curl/curl.git
synced 2026-07-30 13:28:27 +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
|
|
@ -140,6 +140,8 @@ static const char *const helptext[] = {
|
|||
"Do not switch to GET after following a 301 redirect (H)",
|
||||
" --post302 "
|
||||
"Do not switch to GET after following a 302 redirect (H)",
|
||||
" --post303 "
|
||||
"Do not switch to GET after following a 303 redirect (H)",
|
||||
" -#, --progress-bar Display transfer progress as a progress bar",
|
||||
" --proto PROTOCOLS Enable/disable specified protocols",
|
||||
" --proto-redir PROTOCOLS "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue