Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 392 Bytes

http.md

File metadata and controls

16 lines (8 loc) · 392 Bytes

httpie commands

outout reponse header only

http -h www.google.de

Set Headers

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

Show request- and response-header and response body

http -p Hhb httpbin.org/headers User-Agent:HTTPie Host:www.myhttptest.com

curl commands