1.14.3 The PythonWeb Middleware Components

The web.wsgi module contains middleware components to make use of all the functionality of the Python Web Modules.

All PythonWeb WSGI middleware components are classes which take another WSGI middleware component or an application as the first argument. The subsequent arguments configure how the middleware behaves.



Subsections