uhttp 0.20.0

Simple http server for humans
Documentation
1
2
3
4
5
6
7
mod route_builder;
mod router;
mod without_context;

pub use self::route_builder::*;
pub use self::router::*;
pub use self::without_context::*;