Crates.io | cetar |
lib.rs | cetar |
version | 0.1.6 |
source | src |
created_at | 2024-05-03 13:28:26.670693 |
updated_at | 2024-05-04 07:58:04.681748 |
description | 💥 CURL execution timing analyzer |
homepage | |
repository | https://github.com/kakilangit/cetar |
max_upload_size | |
id | 1228767 |
size | 96,769 |
Cetar is CURL execution timing analyzer.
Cetar /ce-tar/ n is the imitation of the sound of a whip being hit in Indonesian language.
$ cargo install cetar
💥 CURL execution timing analyzer
Usage: cetar [OPTIONS] <URL>
Arguments:
<URL>
Options:
-X, --method <METHOD> Available methods: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH [default: GET]
-H, --headers <HEADERS> Pass custom header(s) to server, example: -H 'Accept: application/json'
-d, --data <DATA> HTTP request data to send, example: -d 'key=value' -d @file.json -d '{"key": "value"}'
-o, --output <OUTPUT> Write output to <file>
-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 <COLOR> Main output color, available colors: black, red, green, yellow, blue, magenta, cyan, white [default: cyan]
-h, --help Print help
-V, --version Print version
MIT Copyright (c) 2024 kakilangit