#github #screenshot #httpstat

bin+lib rust-httpstat

用 Rust 编写的 Httpstat

5 个版本

0.1.5 2021 年 10 月 29 日
0.1.4 2021 年 10 月 27 日

#34 in #screenshot

33 每月下载次数
用于 upcake

MIT 许可证

145KB
503

httpstat

Screenshot

Rust 的 https://github.com/reorx/httpstat 克隆。

安装

$ cargo install --git https://github.com/johnnynotsolucky/rust-httpstat

使用方法

$ httpstat https://example.com/
$ httpstat --help

USAGE:
    httpstat [FLAGS] [OPTIONS] <url>

FLAGS:
    -h, --help         Prints help information
    -k, --insecure     Allow insecure server connections when using SSL
    -L, --location     Follow redirects
    -o, --save-body
    -V, --version      Prints version information
    -v, --verbose      Verbose output

OPTIONS:
    -X, --request <command>           Specify request command to use [default: GET]
    -d, --data <data>                 HTTP POST data
    -H, --header <headers>...         Pass custom header(s) to server
        --connect-timeout <millis>    Maximum time allowed for connection

ARGS:
    <url>    URL to work with

待办事项

  • httpform
  • 启用代理
  • 自定义证书

贡献

待办事项

依赖项

~10–20MB
~313K SLoC