ilmen-http 0.0.9

A little homemade http server
Documentation
1
2
3
4
pub type Headers = Vec<Header>;
pub type Header = (HeaderKey, HeaderValue);
pub type HeaderKey = String;
pub type HeaderValue = String;