1个不稳定版本
0.1.0 | 2022年8月15日 |
---|
#839 在 HTTP服务器
9KB
127 行
rust-httpserver
rust httpserver 示例。
用法
- 发布
git tag v0.1.0
git push origin --tags
- 下载
curl -Lfs -o main https://github.com/xiexianbin/rust-httpserver/releases/latest/download/rust-httpserver
chmod +x rust-httpserver
./rust-httpserver
或
cargo install rust-httpserver