xh

Fast and user-friendly HTTP client with intuitive syntax

brewmacoslinux
Try with needOr install directly
Source

About

Friendly and fast tool for sending HTTP requests

Commands

xh

Examples

Send a simple GET request$ xh GET https://api.example.com/users
Send POST request with JSON data$ xh POST https://api.example.com/users name=John email=john@example.com
Send request with custom headers$ xh GET https://api.example.com/data Authorization:'Bearer token123'