peta 0.0.5

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

/// Response `404 Not Found`.
pub const NOT_FOUND: &str = "404 Not Found";