framework
framework/fastapi/router/index.md
medium
framework-fastapi-router-index
FastAPI Router
子项索引
| 子项 | 一句话 |
|---|---|
| zero-logic-principle skill | Router 零逻辑 — 只做接收/注入/调用/返回,3 行内 |
| sse-streaming skill | SSE 流式响应模板 — StreamingResponse + text/event-stream |
| dependency-injection skill | Depends 依赖注入 — current_user / redis_pool / db |