- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for default_response (0.11 seconds)
-
tests/test_response_dependency.py
""" app = FastAPI() def default_response() -> Response: response = JSONResponse(content={"status": "ok"}) response.headers["X-Custom"] = "initial" return response @app.get("/") def endpoint(response: Annotated[Response, Depends(default_response)]): response.headers["X-Custom"] = "modified" return responseCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 05 18:23:16 GMT 2026 - 5.2K bytes - Click Count (0)