1 2 3 4 5 6
//! HTTP/1.0 version string constant ([RFC 1945 §3.1]). //! //! [RFC 1945 §3.1]: https://www.rfc-editor.org/rfc/rfc1945#section-3.1 /// HTTP/1.0 version token as it appears on the wire. pub const HTTP_10: &str = "HTTP/1.0";