pub type HttpVersion = Version;
HTTP 版本提取器
获取当前请求的 HTTP 版本(HTTP/1.0、HTTP/1.1、HTTP/2.0 等)。
pub struct HttpVersion(/* private fields */);