hyper-staticfile 0.3.1

Static file serving for Hyper 0.12
Documentation
1
2
3
4
5
6
7
8
9
mod file_chunk_stream;
mod file_response_builder;
mod open_with_metadata;
mod requested_path;

pub use self::file_chunk_stream::*;
pub use self::file_response_builder::*;
pub use self::open_with_metadata::*;
pub use self::requested_path::*;