Crates.io | rust-httpserver |
lib.rs | rust-httpserver |
version | 0.1.0 |
source | src |
created_at | 2022-08-15 11:55:41.379288 |
updated_at | 2022-08-15 11:55:41.379288 |
description | rust http sample server. |
homepage | |
repository | |
max_upload_size | |
id | 645883 |
size | 23,373 |
rust httpserver demo.
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
or
cargo install rust-httpserver