uhttp 0.21.0

Simple http server for humans
Documentation
1
2
3
4
5
mod cors;
mod logger;

pub use self::cors::*;
pub use self::logger::*;