pub type ResponseVersion = HttpVersion;Expand description
An alias for HttpVersion, representing the HTTP version of the response.
Aliased Type§
pub enum ResponseVersion {
HTTP0_9,
HTTP1_0,
HTTP1_1,
HTTP2,
HTTP3,
Unknown(String),
}