httpie

A user friendly HTTP tool. More information: https://github.com/httpie/httpie.

http https://example.com

http https://example.com hello=World

http https://example.com < file.json

http PUT https://example.com/todos/7 hello=world

http DELETE https://example.com/todos/7 API-Key:foo

http -v https://example.com

http --download https://example.com

http --follow --all https://example.com