class documentation
WSGI middleware that limits the input length of a request to that specified in Content-Length.
| Method | __call__ |
Handle WSGI request with input length limiting. |
| Method | __init__ |
Initialize LimitedInputFilter with WSGI application. |
| Instance Variable | app |
Undocumented |