from fastapi import Cookie, FastAPI @app.get("/items") def ... value="fake-cookie-session-value") response.delete_cookie(key) return ...
確定! 回上一頁