5 releases
0.1.5 | Oct 29, 2021 |
---|---|
0.1.4 | Oct 27, 2021 |
#34 in #screenshot
33 downloads per month
Used in upcake
145KB
503 lines
httpstat
Rust clone of https://github.com/reorx/httpstat.
Installation
$ cargo install --git https://github.com/johnnynotsolucky/rust-httpstat
Usage
$ 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
TODO
-
httpform
- Enable proxies
- Custom certificates
Contributing
TODO
Dependencies
~10–20MB
~313K SLoC