rust-httpstat

Crates.iorust-httpstat
lib.rsrust-httpstat
version0.1.5
sourcesrc
created_at2021-10-12 13:55:42.170502
updated_at2021-10-29 20:59:54.56874
descriptionHttpstat written in Rust
homepage
repositoryhttps://github.com/johnnynotsolucky/rust-httpstat
max_upload_size
id463989
size183,879
Tyrone Tudehope (johnnynotsolucky)

documentation

README

httpstat

Screenshot

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

Commit count: 27

cargo fmt