Releases: nojima/httpie-go
Releases · nojima/httpie-go
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
New Features
- Support multipart request.
- You can specify request items like
[email protected]
.
- You can specify request items like
--print
flag now supports printing request header and body.- Add
--pretty
flag (except for--pretty=colors
). - Add
--headers
,--body
,--verbose
. - Add
--version
flag.
License
httpie-go is now licensed under Apache license.
v0.1
First release. This version might meet the demand of 80% of daily use.
Features:
- Basic HTTP client functionality
- Positional argument parsing
- METHOD omission (guess method from body type)
- URL parsing
- Scheme omission
localhost
omission
- Request item:
- Data field item (
=
) - Raw JSON field item (
:=
) - HTTP header item (
:
) - URL parameter item (
==
)
- Data field item (
- Request Body
- JSON (default)
- Form (
--form
) - Read body from stdin
- Response printing
- Request header pretty print with color
- Request body (JSON) pretty print with color
- Disable pretty printing when stdout is not terminal
- Disable printing header when stdout is not terminal
--print
option
--timeout
option--ignore-stdin
option