#static #serve-static #http #server

app http-serve-rs

Serve static content from files, like Python's http.server

5 releases

0.2.3 Dec 30, 2023
0.2.2 Dec 14, 2023
0.2.1 Nov 28, 2023
0.2.0 Nov 28, 2023
0.1.0 Nov 27, 2023

#229 in HTTP server

Download history 6/week @ 2023-12-25 8/week @ 2024-02-26 82/week @ 2024-04-01

82 downloads per month

MIT license

11KB
120 lines

About

Http Server

To serve static content from local files. Similar to python's http.server.

Installation

cargo install http-serve-rs

Usage

http-serve-rs --port 3000

Development video log

See this YouTube video if you are interested in how this tool was developed.

Dependencies

~9–17MB
~197K SLoC