A simple curl alternative written using Deno. It just wraps fetch
with the selected options and pretty prints the response.
- JSON highliter
- support json/form data
- inspecting headers
- cookies
# Inspecting headers for a json response
crld -i https://httpbin.org/json
# Sending form data
crld -i https://httpbin.org/json
Head over the release tab and choose a fitting binary or clone this repository and run/compile the project with the --allow-net flag.
- sending files with requests
- gruping request in collections (Deno KV)
- saving credentials between requests(runafter :requestId)