class documentation

class LimitedInputFilter(object):

View In Hierarchy

WSGI middleware that limits the input length of a request to that specified in Content-Length.

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

Undocumented

def __init__(self, application):

Undocumented

app =

Undocumented