安装
如果除了 FastAPI 和基本的依赖之外,还要安装推荐依赖之外,可以安装额外的依赖:
使用
通过中间件获取请求和响应
- python - FastAPI - How to get the response body in Middleware - Stack Overflow
- python - FastAPI middleware peeking into responses - Stack Overflow
自动加载路由
后台任务
后台任务通过 BackgroundTasks 实现,另外虽然函数参数传递,但是文档并不会显示相关信息。
.add_task() 参数:
- 任务函数
- 参数
- 关键字参数