ilmen-http 0.0.9

A little homemade http server
Documentation
1
2
3
4
5
6
7
8
mod structs;
mod router;


pub use router::handle_request;
pub use structs::Routes;
pub use structs::Route;
pub use structs::RequestHandler;