httpy <URL> [METHOD]

Programmable command-line HTTP client for the API

Arguments

NameDescription
URLThe scheme defaults to 'http://' if the URL does not include one
METHODThe HTTP method to be used for the request (GET, POST, PUT, DELETE, ...)

Options

NameDescription
--exec, -xExecute httpy command
--status, -SPrint only the response status
--header, -HPrint only the response headers
--body, -BPrint only the response body
--allow-redirect, -rAllow requests to be redirected
--verbose, -VShow request and response in verbose
--help, -hShow help for httpy
--version, -vShow version for httpy