from fastapi import FastAPI, Header, Dependapp = FastAPI()@app.route ... status_code=400, detail="X-Token header invalid")@app.get("/items ...
確定! 回上一頁