class documentation

class GunzipFilter(object):

View In Hierarchy

WSGI middleware that unzips gzip-encoded requests before passing on to the underlying application.

Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable app Undocumented
def __call__(self, environ, start_response):

Undocumented

def __init__(self, application):

Undocumented

app =

Undocumented