# Functions
AddContentTypes allows to specify specific content types to encode.
AddStatusCodes allows to specify specific content types to encode.
IgnoreRange will set make the compressor ignore Range requests.
Middleware encodes the response using Gzip encoding and sets all the appropriate headers.
MinSize will set a minimum size for compression.
OnlyContentTypes allows to specify specific content types to encode.
OnlyStatusCodes allows to specify specific content types to encode.
# Type aliases
No description provided by the author