1 个不稳定版本
0.1.6 | 2024年5月4日 |
---|---|
0.1.5 |
|
#581 in Web 编程
每月 156 下载
44KB
972 行
Cetar
Cetar 是 CURL 执行时间分析器。
原始意义
Cetar /ce-tar/ n 是印尼语中鞭子击打声的模仿。
安装
$ 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 版权 (c) 2024 kakilangit
依赖项
~9–16MB
~242K SLoC