peta 0.0.4

Very small and simple http library
Documentation
1
2
3
4
5
// 20x
pub const OK: &str = "200 OK";

// 40x
pub const NOT_FOUND: &str = "404 Not Found";