pub type HttpVersionList = Vec<HttpVersion>;
Expand description

A list of supported or desired HttpVersions. Typically use when requesting an HTTP Client from a client cache.