class DispatcherMiddleware:
Parameters | |
app | The WSGI application to dispatch to if the request doesn't match a mounted path. |
mounts | Maps path prefixes to applications for dispatching. |
Method | __call__ |
Undocumented |
Method | __init__ |
Undocumented |
Instance Variable | app |
Undocumented |
Instance Variable | mounts |
Undocumented |
Undocumented
Parameters | |
environ:WSGIEnvironment | Undocumented |
start​_response:StartResponse | Undocumented |
Returns | |
t.Iterable[ | Undocumented |