OXIESEC PANEL
- Current Dir:
/
/
usr
/
local
/
lib
/
python3.6
/
dist-packages
/
werkzeug
/
middleware
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
09/19/2021 04:38:27 PM
rwxr-xr-x
📄
__init__.py
500 bytes
09/19/2021 04:38:25 PM
rw-r--r--
📁
__pycache__
-
09/19/2021 04:38:27 PM
rwxr-xr-x
📄
dispatcher.py
2.52 KB
09/19/2021 04:38:25 PM
rw-r--r--
📄
http_proxy.py
7.38 KB
09/19/2021 04:38:25 PM
rw-r--r--
📄
lint.py
13.63 KB
09/19/2021 04:38:25 PM
rw-r--r--
📄
profiler.py
4.78 KB
09/19/2021 04:38:25 PM
rw-r--r--
📄
proxy_fix.py
6.69 KB
09/19/2021 04:38:25 PM
rw-r--r--
📄
shared_data.py
10.7 KB
09/19/2021 04:38:25 PM
rw-r--r--
Editing: __init__.py
Close
""" 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. .. toctree:: :maxdepth: 1 proxy_fix shared_data dispatcher http_proxy lint profiler The :doc:`interactive debugger </debug>` is also a middleware that can be applied manually, although it is typically used automatically with the :doc:`development server </serving>`. """