import time from fastapi import FastAPI, Request @app.middleware("http") # 必须用async async def add_process_time_header(request: Request, ...
確定! 回上一頁