HTTPie 0.8.0
- Added
field=@file.txt
andfield:=@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.