HTTP & API Testing
Python
replaces curl
HTTPie makes CLI interaction with web services as human-friendly as possible. It provides an intuitive UI, JSON support, and syntax highlighting.
Install
brew
brew install httpie
pip
pip install httpie