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),
}