[github](https://github.com/kakilangit/cetar) [crates.io](https://crates.io/crates/cetar) [docs.rs](https://docs.rs/cetar) ![Dall-E generated cetar image](https://raw.githubusercontent.com/kakilangit/static/main/cetar/cetar.png) # Cetar Cetar is CURL execution timing analyzer. ## Original Meaning Cetar _/ce-tar/_ _n_ is the imitation of the sound of a whip being hit in Indonesian language. ## Installation ```shell $ cargo install cetar ``` ## Usage ```shell 💥 CURL execution timing analyzer Usage: cetar [OPTIONS] Arguments: Options: -X, --method Available methods: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH [default: GET] -H, --headers Pass custom header(s) to server, example: -H 'Accept: application/json' -d, --data HTTP request data to send, example: -d 'key=value' -d @file.json -d '{"key": "value"}' -o, --output Write output to -l, --location Follow HTTP 3xx redirects -v, --verbose Verbose output -B, --display-response-body Display response body -G, --display-response-headers Display response headers --color Main output color, available colors: black, red, green, yellow, blue, magenta, cyan, white [default: cyan] -h, --help Print help -V, --version Print version ``` ## Screenshot ![Screenshot](https://raw.githubusercontent.com/kakilangit/static/main/cetar/cetar-screenshot.png) ## License MIT Copyright (c) 2024 kakilangit