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