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 | ||
| test_tutorial001.py | ||
| test_tutorial002.py | ||
| test_tutorial003.py | ||
| test_tutorial004.py | ||
| test_tutorial005.py | ||
| test_tutorial006.py | ||
| test_tutorial007.py | ||
| test_tutorial008.py | ||