[](https://github.com/kakilangit/cetar)
[](https://crates.io/crates/cetar)
[](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