forked from extern/httpie-cli
5ec954c03d
* Add optional compression of the request's content This option allows compression of the files and/or data during uploading, Examples: http --form --compress POST https://localhost/upload csv@./very-big.csv http -x -x POST https://localhost/upload foo=bar cat /var/log/system.log | http -x POST https://localhost/upload Signed-off-by: Aleksandr Vinokurov <aleksandr.vin@gmail.com> * Add tests for compression Signed-off-by: Aleksandr Vinokurov <aleksandr.vin@gmail.com> * Fix code style issues Signed-off-by: Aleksandr Vinokurov <aleksandr.vin@gmail.com> * Fix zlib compression api missuse in Python3 Signed-off-by: Aleksandr Vinokurov <aleksandr.vin@gmail.com> * Remove tracing from compression logic Signed-off-by: Aleksandr Vinokurov <aleksandr.vin@gmail.com> |
||
---|---|---|
.. | ||
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/jakubroztocil/httpie/blob/master/CONTRIBUTING.rst