httpie
CLIModern, user-friendly command-line HTTP client for the API era.
GET request with JSON response~98% est.
http GET api.example.com/users+1 more matching recipenetworking3 recipes
curl
CLITransfer data from or to a server using various protocols.
POST JSON from a fileVerified macOS · Linux
curl -sS -X POST -H 'Content-Type: application/json' -d @body.json https://api.example.com/itemsnetworking8 recipes · 7 verified
xh
CLIFriendly and fast HTTP tool, reimplementation of HTTPie.
POST JSON data~97% est.
xh POST api.example.com/data key=valuenetworking3 recipes