http-serve-rs

Crates.iohttp-serve-rs
lib.rshttp-serve-rs
version0.2.3
sourcesrc
created_at2023-11-27 07:39:39.449535
updated_at2023-12-30 02:37:26.79627
descriptionServe static content from files, like Python's http.server
homepage
repositoryhttps://github.com/GeauxEric/http-serve-rs
max_upload_size
id1050195
size36,811
GeauxEric (GeauxEric)

documentation

README

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.

Commit count: 11

cargo fmt