Skip to content

HTTPie 0.8.0

Compare
Choose a tag to compare
@jkbrzt jkbrzt released this 25 Jan 18:49
· 1360 commits to master since this release
  • Added field=@file.txt and field:=@file.json for embedding
    the contents of text and JSON files into request data.
  • Added curl-style shorthand for localhost ($ http :8000/foo).
  • Fixed request Host header value output so that it doesn't contain
    credentials, if included in the URL.
  • Other bug fixes.