module documentation

This module provides a middleware that performs sanity checks on the behavior of the WSGI server and application. It checks that the PEP 3333 WSGI spec is properly implemented. It also warns on some common HTTP errors such as non-empty responses for 304 status codes.

Unknown Field: copyright
2007 Pallets
Unknown Field: license
BSD-3-Clause
Class ​Error​Stream Undocumented
Class ​Guarded​Iterator Undocumented
Class ​Guarded​Write Undocumented
Class ​HTTPWarning Warning class for HTTP warnings.
Class ​Input​Stream Undocumented
Class ​Lint​Middleware Warns about common errors in the WSGI and HTTP behavior of the server and wrapped application. Some of the issues it checks are:
Class ​WSGIWarning Warning class for WSGI warnings.
Function check​_type Undocumented
def check_type(context, obj, need=str):

Undocumented

Parameters
context:strUndocumented
obj:objectUndocumented
need:t.TypeUndocumented