User-friendly cURL replacement (command-line HTTP client)
安裝
shell> apt-get install httpie
shell> brew install httpie
shell> pip install --upgrade pip setuptools
shell> pip install --upgrade httpie
shell> http httpie.org
shell> http PUT example.org X-API-Token:123 name=John
shell> http -f POST example.org hello=World
shell> http example.org < file.json
shell> http example.org/file > file
shell> http --download example.org/file
shell> http :
shell> http :/foo
shell> http :3000/bar