Function parse_accept_encoding_wildcard_quality
pub fn parse_accept_encoding_wildcard_quality(
headers: &HeaderMap,
) -> Option<Quality>Available on crate feature
http only.Expand description
Extracts the quality value of the * wildcard from Accept-Encoding headers.
Returns None if no wildcard is present. A bare * (without a q= part) defaults
to a quality of 1.