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";