Home
last modified time | relevance | path

Searched refs:GZIP (Results 1 – 1 of 1) sorted by relevance

/tonic/tonic/src/codec/
H A Dcompression.rs329 const GZIP: HeaderValue = HeaderValue::from_static("gzip,identity"); in convert_gzip_into_header_value() constant
335 assert_eq!(encodings.into_accept_encoding_header_value().unwrap(), GZIP); in convert_gzip_into_header_value()
341 assert_eq!(encodings.into_accept_encoding_header_value().unwrap(), GZIP); in convert_gzip_into_header_value()