Simple and configurable command-line HTTP server written in Rust
Simple and configurable command-line HTTP server
http-server-rs
$ http-server-rs
$ http-server-rs --port 3000
$ http-server-rs --dir /path/to/files --port 5000 --host 127.0.0.1