package
0.0.0-20240811132321-117025e1dd22
Repository: https://github.com/stern-ritter/metrics-and-alerting-service.git
Documentation: pkg.go.dev

# Functions

GzipMiddleware is an HTTP middleware for reading compressed request body and writing compressed response body if the client supports gzip encoding.
NewCompressReader is constructor for creating a new compressReader for reading compressed request body.
NewCompressWriter is constructor for creating a new compressWriter wrapping http.ResponseWriter for writing compressed response body.