RFC hasn't been clear enough about the expected behavior for 301 and 302 response. While it's (unfortunately) common for browsers to switch the original http method to GET when following redirects, some server applications expects the "legacy" behavior which keeps the same method over redirects. Add new option to clients to select the behavior. Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_async_client.py | ||
| test_auth.py | ||
| test_client.py | ||
| test_cookies.py | ||
| test_event_hooks.py | ||
| test_headers.py | ||
| test_properties.py | ||
| test_proxies.py | ||
| test_queryparams.py | ||
| test_redirects.py | ||