Categorygithub.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
modulepackage
1.12.3
Repository: https://github.com/aws/aws-sdk-go-v2.git
Documentation: pkg.go.dev

# 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.