forked from extern/httpie-cli
a49774d3ab
This extends the `AuthPlugin` API by the following attributes: * `auth_require`: set to `False` to make `--auth, -a` optional * `auth_parse`: set to `False` to disable `username:password` parsing (access the raw value passed to `-a` via `self.raw_auth`). * `prompt_password`: set to`False` to disable password prompt when no password provided (only relevant when `auth_parse == True`) These changes should be 100% backwards-compatible. What needs more testing is auth support in sessions. Close #433 Close #431 Close #378 Ping teracyhq/httpie-jwt-auth#3 |
||
---|---|---|
.. | ||
client_certs | ||
fixtures | ||
conftest.py | ||
README.rst | ||
test_auth_plugins.py | ||
test_auth.py | ||
test_binary.py | ||
test_cli.py | ||
test_config.py | ||
test_defaults.py | ||
test_docs.py | ||
test_downloads.py | ||
test_errors.py | ||
test_exit_status.py | ||
test_httpie.py | ||
test_output.py | ||
test_redirects.py | ||
test_regressions.py | ||
test_sessions.py | ||
test_ssl.py | ||
test_stream.py | ||
test_unicode.py | ||
test_uploads.py | ||
test_windows.py | ||
utils.py |
HTTPie Test Suite ================= Please see `CONTRIBUTING`_. .. _CONTRIBUTING: https://github.com/jkbrzt/httpie/blob/master/CONTRIBUTING.rst