Examples (4)
Send a GET request
curlie httpbin.org/getSend a POST request
curlie post httpbin.org/post name=john age:=25Send a GET request with query parameters (e.g. `first_param=5&second_param=true`)
curlie get httpbin.org/get first_param==5 second_param==trueSend a GET request with a custom header
curlie get httpbin.org/get header-name:header-valuemade by @shridhargupta | data from tldr-pages