MiddlewareΒΆ

A WSGI middleware is a WSGI application that wraps another application in order to observe or change its behavior. Werkzeug provides some middleware for common use cases.

The interactive debugger is also a middleware that can be applied manually, although it is typically used automatically with the development server.