httpie vs curl vs xh
HTTP Clients
나란히 비교하는 터미널 데모
httpie, curl 와 xh.
실제 CLI 사용을 보여주는 애니메이션 GIF 3개.
A modern, user-friendly command-line HTTP client for the API era
brew install httpie
pip install httpie
curl
#curl
Friendly and fast tool for sending HTTP requests, a Rust httpie alternative
brew install xh
cargo install xh --locked