#http #ftp #static-webserver

app mash-http

使用Rust编写的最小化异步静态HTTP Web服务器

1 个不稳定版本

0.9.1 2022年9月27日

#848 in HTTP服务器

MIT 协议

33KB
654

Mash

使用Rust编写的最小化异步HTTP Web服务器

安装

通过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

Asciinema

asciicast

依赖项

~5–12MB
~125K SLoC