ilmen-http 0.0.9

A little homemade http server
Documentation
1
2
3
4
5
6
mod verb;
mod http_request;


pub use http_request::HTTPRequest;
pub use verb::Verb;