Skip to main content

io_http/rfc9112/
version.rs

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