Module ringo/middleware/gzip
Middleware for on-the-fly GZip compression of response bodies.
Functions
- middleware(app)
middleware (app)
JSGI middleware for GZIP compression.
Parameters
| app | the JSGI application |
Returns
| the wrapped JSGI app |
Middleware for on-the-fly GZip compression of response bodies.
JSGI middleware for GZIP compression.
| app | the JSGI application |
| the wrapped JSGI app |