Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 313 Bytes

httpie.md

File metadata and controls

17 lines (14 loc) · 313 Bytes

httpie

HTTP query focing the IP address:

http 127.0.0.1/whatever Host:www.foo.com

Set HTTP headers:

http example.org  User-Agent:Bacon/1.0  'Cookie:valued-visitor=yes;foo=bar'  \
    X-Foo:Bar  Referer:http://httpie.org/

Disable certificate checking:

http --verify=no URL