Added
impl Eq
forheader::ContentEncoding
. #2501impl Copy
forQualityItem
whereT: Copy
. #2501Quality::ZERO
equivalent toq=0
. #2501QualityItem::zero
that usesQuality::ZERO
. #2501ContentEncoding::to_header_value()
. #2501
Changed
Quality::MIN
is now the smallest non-zero value. #2501QualityItem::min
semantics changed withQualityItem::MIN
. #2501- Rename
ContentEncoding::{Br => Brotli}
. #2501 - Minimum supported Rust version (MSRV) is now 1.54.
- Rename
header::EntityTag::{weak => new_weak, strong => new_strong}
. #2565
Fixed
ContentEncoding::Identity
can now be parsed from a string. #2501- A
Vary
header is now correctly sent along with compressed content. #2501