httpx

Fast and multi-purpose HTTP toolkit for testing and debugging APIs

brewmacoslinux
Try with needOr install directly
Source

About

Fast and multi-purpose HTTP toolkit

Commands

httpx

Examples

Make a simple GET request to a URL$ httpx https://example.com
Send a POST request with JSON data$ httpx -X POST https://api.example.com/users -d '{"name":"John"}' -H 'Content-Type: application/json'
Save response to file and display headers$ httpx -v https://example.com -o response.txt