0.9.2 (2015-02-24)
Fixed compatibility with Requests 2.5.1
Changed the default JSON Content-Type to application/json as UTF-8 is the default JSON encoding
0.9.1 (2015-02-07)
* Added support for Requests transport adapter plugins to enable plugin-provided features such as unix socket communication and HTTP/2.
0.9.0 (2015-01-31)
* Added --cert and --cert-key parameters to specify a client side certificate and private key for SSL
* Improved unicode support.
* Improved terminal color depth detection via curses.
* To make it easier to deal with Windows paths in request items, \ now only escapes special characters (the ones that are used as key-value separators by HTTPie).
* Switched from unittest to pytest.
* Added Python wheel support.
* Various test suite improvements.
* Added CONTRIBUTING.
* Fixed User-Agent overwriting when used within a session.
* Fixed handling of empty passwords in URL credentials.
* Fixed multiple file uploads with the same form field name.
* Fixed --output=/dev/null on Linux.
* Miscellaneous bugfixes.
HTTPie is a command line HTTP client. Its goal is to make CLI interaction with
web services as human-friendly as possible. It provides a simple http command
that allows for sending arbitrary HTTP requests using a simple and natural
syntax, and displays colorized responses. HTTPie can be used for testing,
debugging, and generally interacting with HTTP servers.