# Functions
AcceptedEncodings returns the list of encodings that the client supports, in descending order of preference.
# Interfaces
Encoder is a type which can encode a stream of data.
Encoding is a type which can create encoders of its kind and return the name used in the Accept-Encoding header.
Precompressed is a type which returns filename suffix of precompressed file and Accept-Encoding header to use when serving this file.