Skip to content

HTTPie 0.9.0

Compare
Choose a tag to compare
@jkbrzt jkbrzt released this 31 Jan 12:37
· 1192 commits to master since this release
  • 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 suppor.
  • 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.