Portability | portable |
---|---|
Stability | Unstable |
Maintainer | Michael Snoyman <michael@snoyman.com> |
Safe Haskell | None |
Automatic gzip compression of responses.
- gzip :: Middleware
Documentation
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:
- Only compress if the response is above a certain size.
- Add Content-Length.
- I read somewhere that "the beast" (MSIE) can't support compression for Javascript files..