curlie

Curl with a friendly, intuitive interface inspired by HTTPie

brewmacoslinux
Try with needOr install directly
Source

About

Power of curl, ease of use of httpie

Commands

curlie

Examples

Make a simple GET request to a URL$ curlie https://api.github.com/users/github
Send a POST request with JSON data$ curlie POST httpbin.org/post name=John age:=30
Add custom headers and query parameters$ curlie GET example.com/api search==hello User-Agent:MyApp/1.0