httpie vs curl vs xh
HTTP Clients
並べて比較するターミナルデモ
httpie, curl と xh.
実際の CLI 使用を示す 3 件のアニメーション GIF。
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