diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-04-05 23:34:12 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-04-05 23:34:12 +0200 |
commit | 29e68b200cd35aaf2bfd0e43ecc2a50efbab674d (patch) | |
tree | 66500ab4baa7c8bc400b603a5cef96190a484672 /src/tool_cfgable.h | |
parent | 0b516b7162dc387ed80b0f24476b950ab2e18cb7 (diff) |
curl: add --post303 to set the CURL_REDIR_POST_303 option
Diffstat (limited to 'src/tool_cfgable.h')
-rw-r--r-- | src/tool_cfgable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h index 38a71d309..68204ed27 100644 --- a/src/tool_cfgable.h +++ b/src/tool_cfgable.h @@ -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 */ |