Skip to main content

ENCODINGS_BY_PREFERENCE

Constant ENCODINGS_BY_PREFERENCE 

Source
pub const ENCODINGS_BY_PREFERENCE: &[EncodingHeaderValue];
Expand description

Encodings in order from most preferred to least.

We are generally preferring to optimize for compute rather than bandwidth.

GZip and Deflate are almost identical, but we prefer GZip because it allows clients to check for errors.