httpy <URL> [METHOD]
Programmable command-line HTTP client for the API
Arguments
Name | Description |
---|
URL | The scheme defaults to 'http://' if the URL does not include one |
METHOD | The HTTP method to be used for the request (GET, POST, PUT, DELETE, ...) |
Options
Name | Description |
---|
--exec, -x | Execute httpy command |
--status, -S | Print only the response status |
--header, -H | Print only the response headers |
--body, -B | Print only the response body |
--allow-redirect, -r | Allow requests to be redirected |
--verbose, -V | Show request and response in verbose |
--help, -h | Show help for httpy |
--version, -v | Show version for httpy |