pub type ResponseVersion = HttpVersion;Expand description
The HTTP version of the response (e.g., “HTTP/1.1”).
Aliased Type§
pub enum ResponseVersion {
HTTP0_9,
HTTP1_0,
HTTP1_1,
HTTP2,
HTTP3,
Unknown(String),
}pub type ResponseVersion = HttpVersion;The HTTP version of the response (e.g., “HTTP/1.1”).
pub enum ResponseVersion {
HTTP0_9,
HTTP1_0,
HTTP1_1,
HTTP2,
HTTP3,
Unknown(String),
}