curl: add --post303 to set the CURL_REDIR_POST_303 option

This commit is contained in:
Daniel Stenberg
2012-04-05 23:34:12 +02:00
parent 0b516b7162
commit 29e68b200c
4 changed files with 13 additions and 3 deletions

View File

@@ -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 "