http

HTTPie: HTTP client, aims to be easier to use than cURL. More information: https://httpie.org.

http --download example.org

http --form example.org name='bob' profile_picture@'bob.png'

http example.org name='bob'

http HEAD example.org

http example.org X-MyHeader:123

http --auth username:password example.org

cat data.txt | http PUT example.org