| Crates.io | mash-http |
| lib.rs | mash-http |
| version | 0.9.1 |
| created_at | 2022-09-27 17:24:53.574988+00 |
| updated_at | 2022-09-27 17:24:53.574988+00 |
| description | A Minimal Asynchronous Static HTTP web server written in rust |
| homepage | |
| repository | https://github.com/rseragon/mash |
| max_upload_size | |
| id | 675094 |
| size | 46,606 |
A Minimal Asynchronous HTTP web server written in rust
Install via crates.io
❯ mash --help
mash 0.9.1
A minimal asynchronous static http webserver written in rust
USAGE:
mash [OPTIONS] [PATH]
ARGS:
<PATH> Path for webserver to run (Defaults to current working directory) [default: .]
OPTIONS:
-h, --host <HOST> Host IP of the server [default: 0.0.0.0]
--help Print help information
-p, --port <PORT> Port for the server [default: 8080]
-V, --version Print version information