-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Automatic gzip compression of responses. -- -- Automatic gzip compression of responses. @package hack-middleware-gzip @version 0.0.0 -- | Automatic gzip compression of responses. module Hack.Middleware.Gzip -- | Use gzip to compress the body of the response. -- -- Analyzes the "Accept-Encoding" header from the client to determine if -- gzip is supported. -- -- Possible future enhancements: -- --