#curl #cli #timing #analyzer #execution #💥

bin+lib cetar

💥 CURL 执行时间分析器

1 个不稳定版本

0.1.6 2024年5月4日
0.1.5 2024年5月3日

#581 in Web 编程

Download history 336/week @ 2024-05-03 2/week @ 2024-05-10

每月 156 下载

MIT 许可证

44KB
972

github crates.io docs.rs

Dall-E generated cetar image

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

截图

Screenshot

许可证

MIT 版权 (c) 2024 kakilangit

依赖项

~9–16MB
~242K SLoC