mash-http

Crates.iomash-http
lib.rsmash-http
version0.9.1
sourcesrc
created_at2022-09-27 17:24:53.574988
updated_at2022-09-27 17:24:53.574988
descriptionA Minimal Asynchronous Static HTTP web server written in rust
homepage
repositoryhttps://github.com/rseragon/mash
max_upload_size
id675094
size46,606
(rseragon)

documentation

README

Mash

A Minimal Asynchronous HTTP web server written in rust

Install

Install via crates.io

Usage

❯ 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

Asciinema

asciicast

Commit count: 42

cargo fmt