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