http-server 0.3.3

Simple and configurable command-line HTTP server
Documentation
1
2
3
4
5
6
7
mod file;
mod scoped_file_system;

pub mod http;

pub use file::File;
pub use scoped_file_system::{Directory, Entry, ScopedFileSystem};