HTTPie: HTTP client, a user-friendly cURL replacement. More information: https://httpie.org.
http -d {{example.org}}
http -f {{example.org}} {{name='bob'}} {{profile_picture@'bob.png'}}
http {{example.org}} {{name='bob'}}
http {{HEAD}} {{example.org}}
http {{example.org}} {{X-MyHeader:123}}
http -a {{username:password}} {{example.org}}
stdin
:cat {{data.txt}} | http PUT {{example.org}}