mirror of
https://github.com/httpie/cli.git
synced 2024-11-08 00:44:45 +01:00
15e62ad26d
* Immediatelly convert all args from `bytes` to `str`. * Added `Environment.stdin_encoding` and `Environment.stdout_encoding` * Allow unicode characters in HTTP headers and basic auth credentials by encoding them using UTF8 instead of latin1 (#212). |
||
---|---|---|
.. | ||
fixtures | ||
__init__.py | ||
README.rst | ||
test_auth.py | ||
test_binary.py | ||
test_cli.py | ||
test_defaults.py | ||
test_docs.py | ||
test_downloads.py | ||
test_exit_status.py | ||
test_httpie.py | ||
test_output.py | ||
test_sessions.py | ||
test_stream.py | ||
test_unicode.py | ||
test_uploads.py | ||
test_windows.py |
HTTPie Test Suite ================= Please see `CONTRIBUTING`_. .. _CONTRIBUTING: https://github.com/jkbr/httpie/blob/master/CONTRIBUTING.rst