curlie

A frontend to curl that adds the ease of use of httpie. More information: https://github.com/rs/curlie.

curlie httpbin.org/get

curlie post httpbin.org/post name=john age:=25

curlie get httpbin.org/get first_param==5 second_param==true

curlie get httpbin.org/get header-name:header-value