摘要:
之前一直以为FastAPI对于同步IO会发生服务阻塞,直到今天看到了这一块代码,原来同步的函数会开线程去处理 fastapi/routing.py async def run_endpoint_function( *, dependant: Dependant, values: Dict[str, 阅读全文
posted @ 2024-05-11 14:20
侯佳奇
阅读(202)
评论(0)
推荐(0)
摘要:
在FastAPI通过标注Header类型获取Authorization时, 会导致openapi页面的请求没法使用 from typing import Annotated from fastapi import FastAPI, Header, Request, Depends, Cookie, 阅读全文
posted @ 2024-05-11 14:12
侯佳奇
阅读(176)
评论(0)
推荐(0)

浙公网安备 33010602011771号