Skip to content

v0.2.6

Compare
Choose a tag to compare
@jkbrzt jkbrzt released this 01 Feb 14:05
· 1595 commits to master since this release
  • The short option for --headers is now -h (-t has been
    removed, for usage use --help).
  • Form data and URL parameters can have multiple fields with the same name
    (e.g.,http -f url a=1 a=2).
  • Added --check-status to exit with an error on HTTP 3xx, 4xx and
    5xx (3, 4, and 5, respectively).
  • If the output is piped to another program or redirected to a file,
    the default behaviour is to only print the response body.
    (It can still be overwritten via the --print flag.)
  • Improved highlighting of HTTP headers.
  • Added query string parameters (param==value).
  • Added support for terminal colors under Windows.