#static #serve-static #server #http #provider #folder

bin+lib static-server

Library for serve static files by HTTP

9 releases

Uses old Rust 2015

0.0.11 Jan 23, 2017
0.0.10 Jan 10, 2017
0.0.9 Jan 4, 2016
0.0.7 Dec 14, 2015
0.0.6 Oct 5, 2015

#1230 in HTTP server

MIT/Apache

8KB
209 lines

static-server

Minimal Rust-based static files server.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Plugable HTTP Static server

Features:

  • Serve files from folder
  • Serve files from TAR-archive
  • Possible to write own files provider

Dependencies

~10–21MB
~325K SLoC