http-static

Crates.iohttp-static
lib.rshttp-static
version1.0.0
sourcesrc
created_at2023-01-16 11:38:23.88242
updated_at2023-01-16 11:38:23.88242
descriptionSimple HTTP server written on rust with the main purpose is to serve static files.
homepagehttps://github.com/IDSaves/simple-rust-http-server
repositoryhttps://github.com/IDSaves/simple-rust-http-server
max_upload_size
id760106
size14,731
Ivan Davydov (IDSaves)

documentation

README

Simple Rust HTTP static server

Simple HTTP server written on rust with the main purpose is to serve static files.

How to use?

  1. Install CLI (cargo install http-static)
  2. Learn options (http-static -h)
  3. Run a server (http-static -p 8080)
Commit count: 2

cargo fmt