# Functions
Middleware creates a macaron.Handler to proxy the response.
NewWriterPool creates a new pool.
# Constants
MinSize is the minimum size of content we will compress.
# Structs
Options represents the configuration for the gzip middleware.
ProxyResponseWriter is a wrapped macaron ResponseWriter that may compress its contents.
WriterPool is a gzip writer pool to reduce workload on creation of gzip writers.