awips2/pythonPackages/Werkzeug-0.12.1/docs/middlewares.rst

20 lines
473 B
ReStructuredText
Raw Permalink Normal View History

2017-03-14 15:05:59 -05:00
===========
Middlewares
===========
2017-03-20 19:28:12 -06:00
.. module:: werkzeug.wsgi
2017-03-14 15:05:59 -05:00
2017-03-20 19:28:12 -06:00
Middlewares wrap applications to dispatch between them or provide
2017-03-14 15:05:59 -05:00
additional request handling. Additionally to the middlewares documented
here, there is also the :class:`DebuggedApplication` class that is
implemented as a WSGI middleware.
.. autoclass:: SharedDataMiddleware
:members: is_allowed
.. autoclass:: DispatcherMiddleware
Also there's the …
2017-03-20 19:28:12 -06:00
.. autofunction:: werkzeug._internal._easteregg