Crates.io | rust-httpstat |
lib.rs | rust-httpstat |
version | 0.1.5 |
source | src |
created_at | 2021-10-12 13:55:42.170502 |
updated_at | 2021-10-29 20:59:54.56874 |
description | Httpstat written in Rust |
homepage | |
repository | https://github.com/johnnynotsolucky/rust-httpstat |
max_upload_size | |
id | 463989 |
size | 183,879 |
Rust clone of 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
TODO