# httpstat ![Screenshot](./screenshot.png) 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] 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 Specify request command to use [default: GET] -d, --data HTTP POST data -H, --header ... Pass custom header(s) to server --connect-timeout Maximum time allowed for connection ARGS: URL to work with ``` ## TODO - [ ] `httpform` - [ ] Enable proxies - [ ] Custom certificates ## Contributing TODO