http-mini

Crates.iohttp-mini
lib.rshttp-mini
version0.2.0
created_at2024-12-15 14:01:26.003901+00
updated_at2024-12-27 17:50:01.494505+00
descriptionMini HTTP server
homepagehttps://github.com/NicolaeIotu/http-mini
repositoryhttps://github.com/NicolaeIotu/http-mini
max_upload_size
id1484167
size125,715
IOTU Nicolae (NicolaeIotu)

documentation

https://docs.rs/http-mini

README

HTTP-Mini server

A simple HTTP server which can be used during development, or for light traffic applications.

The application will only serve content in a target directory which must be specified at startup.

By default, the application starts listening on all available interfaces and associated addresses, on port 8080.

Arguments can be provided in any order:

http-mini /path/to/target/directory 192.168.1.23 8090

Features:

  • directory listing
  • content type detection
Commit count: 17

cargo fmt