Skip to content

Releases: httpie/cli

v0.2.3

01 Feb 14:06
Compare
Choose a tag to compare
  • README fixes

v0.2.2

01 Feb 14:07
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixed IOError in setup.py.