Releases: httpie/cli
Releases · httpie/cli
v0.2.5
01 Feb 14:05
Compare
Sorry, something went wrong.
No results found
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
01 Feb 14:06
Compare
Sorry, something went wrong.
No results found
v0.2.3
01 Feb 14:06
Compare
Sorry, something went wrong.
No results found
v0.2.2
01 Feb 14:07
Compare
Sorry, something went wrong.
No results found
The METHOD positional argument can now be omitted (defaults to GET, or to POST with data).
Fixed --verbose --form.
Added support for Tox.
v0.2.1
01 Feb 14:07
Compare
Sorry, something went wrong.
No results found
Added compatibility with requests-0.12.1.
Dropped custom JSON and HTTP lexers in favor of the ones newly included
in pygments-1.5.
v0.2.0
01 Feb 14:08
Compare
Sorry, something went wrong.
No results found
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.
v0.1.6
01 Feb 14:11
Compare
Sorry, something went wrong.
No results found
Fixed IOError in setup.py.
You can’t perform that action at this time.