async_http_router 0.0.4

a simple http_router for web server
Documentation
1
2
3
pub static NOTFOUND: &[u8] = b"Not Found";
// static URL: &str = "http://127.0.0.1:1337/web_api";
pub static INDEX: &[u8] = b"<a href=\"test.html\">test.html</a>";