# Functions
AddAcceptEncodingGzip explicitly adds handling for accept-encoding GZIP middleware to the operation stack.
# Structs
AddAcceptEncodingGzipOptions provides the options for the AddAcceptEncodingGzip middleware setup.
DecompressGzip provides the middleware for decompressing a gzip response from the service.
DisableGzip provides the middleware that will disable the underlying http client automatically enabling for gzip decompress content-encoding support.
EnableGzip provides a middleware to enable support for gzip responses, with manual decompression.