1/// A constant representing the "HTTP" protocol. 2pub static HTTP: &str = "HTTP"; 3 4/// A constant representing the "HTTPS" protocol. 5pub static HTTPS: &str = "HTTPS"; 6 7/// Unknown HTTP version 8pub static UNKNOWN_HTTP_VERSION: &str = "";