Name:httpie
Category:Utilities
Publisher:trickest
Created:6/23/2021
Container:
quay.io/trickest/httpie:2.6.0Output Type:
License:Unknown
Source:View Source
Parameters
Request URLhttpHttpie http methodhttpsHttpie https method--proxyFormat: Protocol:PROXY_URL. String mapping protocol to the URL of the proxy.--verifySet to no or false to skip checking the host's SSL certificate. Default: yes or true. You can set REQUESTS_CA_BUNDLE environment variable.-timeoutThe connection timeout of the request in seconds.--boundarySpecify a custom boundary string for multipart/form-data requests. Has effect only with --form.-xContent compressed (encoded) with Deflate algorithm. The Content-Encoding header is set to deflate.--auth-typeThe authentication mechanism to use. Default: basic. Options: basic - Basic HTTP auth; digest - Digest HTTP auth.--multipartAlways sends a multipart/form-data request.--certSpecify a certificate to use as cliend side SSL certificate.Http method--max-headersThe maximum number of response headers to be read before giving up.--cert-keyThe private key to use with SSL. Only needed if there is no key in provided certificate file.--check-statusBy default, HTTPie exits with 0 when no network or other fatal errors occur.Http Headers. Use : as a key-value separator. Example: Cookie:foo=bar.--max-redirectsBy default, requests have a limit of 30 redirects (works with -f).-aFormat : USER:PASSURL parameters to be appended to the request URI. Use == as a key-value separator. Example: search==httpie.--ciphersA string in the OpenSSL cipher list format.Data fields to be serialized into a JSON object (use with -j). or form data (use with -f). Example: name=HTTPie.-FFollow 30x Location redirects.--sslThe desired protocol version to use. This will default to SSL v2.3.--path-as-isBypass dot segment (/../ or /./) URL squashing.-fData items from the command line are serialized as form fields. The Content-Type ise set to application/x-www-form-urlencoded (if not specified). The presence of any file fields results in a multipart/form-data request.-jData items from the command line are serialized as a Json Object. The Content-Type and Accept headers are set to application/json(if not specified).Non-string JSON data fields (only with -j). Use := as a separator. Example: awesome:=true.