Releases: httpie/cli
Releases · httpie/cli
v0.2.5
- Unicode characters in prettified JSON now don't get escaped for
improved readability. - --auth now prompts for a password if only a username provided.
- Added support for request payloads from a file path with automatic
Content-Type
(http URL @/path
). - Fixed missing query string when displaying the request headers via
--verbose
. - Fixed Content-Type for requests with no data.
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
- Added Python 3 support.
- Added the ability to print the HTTP request as well as the response (see
--print
and--verbose
). - Added support for Digest authentication.
- Added file upload support (
http -f POST file_field_name@/path/to/file
). - Improved syntax highlighting for JSON.
- Added support for field name escaping.
- Many bug fixes.