# Packages
No description provided by the author
# Functions
BrotliMiddleware compresses the response using Brotli if the client supports it.
No description provided by the author
GzipDecompressionMiddleware decompresses the request body if it is gzip encoded.
GzipMiddleware compresses the response using Gzip if the client supports it and Brotli is not supported.
No description provided by the author
SignatureMiddleware - the net/http middleware function to sign http content.
No description provided by the author