class documentation
WSGI middleware that unzips gzip-encoded requests before passing on to the underlying application.
| Method | __call__ |
Handle WSGI request with gzip decompression. |
| Method | __init__ |
Initialize GunzipFilter with WSGI application. |
| Instance Variable | app |
Undocumented |