httpie
scriptablepopulardatabrew
HTTPie · API testing, readable http, and debugging endpoints from the terminal.
$ brew install httpieOne-liner to try
$ http GET https://api.github.com/repos/vercel/next.jsAgent pack
Quick reference
Install
brew install httpieVerify
http --versionFirst command
http GET https://api.github.com/repos/vercel/next.jsMachine JSON
/cli/httpie.jsonAbout
API testing, readable http, and debugging endpoints from the terminal. Built by HTTPie. Supports structured output — good for scripts and agents.
Example workflow
1. http GET https://api.github.com/repos/vercel/next.js