mirror of https://github.com/tiangolo/fastapi.git
Allow scoping exception handlers to specific routers instead of only at the app level. Router-level handlers override app-level handlers for routes within that router, with precedence: route > child router > parent router > app-level middleware. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| tutorial001_py310.py | ||
| tutorial002_py310.py | ||
| tutorial003_py310.py | ||
| tutorial004_py310.py | ||
| tutorial005_py310.py | ||
| tutorial006_py310.py | ||
| tutorial007_py310.py | ||
| tutorial008_py310.py | ||