1 unstable release
0.1.6 | May 4, 2024 |
---|---|
0.1.5 |
|
#599 in Web programming
156 downloads per month
44KB
972 lines
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
$ cargo install cetar
Usage
💥 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
Screenshot
License
MIT Copyright (c) 2024 kakilangit
Dependencies
~9–17MB
~245K SLoC