You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)