huio 0.1.1

HTTP Framework based on Actix-Web
Documentation
1
2
3
4
5
pub mod dispatcher;
pub mod router;

pub use dispatcher::Dispatcher;
pub use router::Router;