Fast and friendly HTTP client for making web requests from terminal
Friendly and fast tool for sending HTTP requests
xh$ xh https://api.example.com/users$ xh POST https://api.example.com/users name=John age:=30$ xh GET https://api.example.com/data --pretty=all$ xh GET https://api.example.com/data Authorization:'Bearer token123'$ xh --download https://example.com/file.zip