1 unstable release
0.1.0 | Aug 15, 2022 |
---|
#906 in HTTP server
9KB
127 lines
rust-httpserver
rust httpserver demo.
usage
- release
git tag v0.1.0
git push origin --tags
- download
curl -Lfs -o main https://github.com/xiexianbin/rust-httpserver/releases/latest/download/rust-httpserver
chmod +x rust-httpserver
./rust-httpserver
or
cargo install rust-httpserver