- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for trace_item (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tests/test_extra_routes.py
@app.patch("/items/{item_id}") def patch_item(item_id: str, item: Item): return {"item_id": item_id, "item": item} @app.trace("/items/{item_id}") def trace_item(item_id: str): return JSONResponse(None, media_type="message/http") client = TestClient(app) def test_get_api_route(): response = client.get("/items/foo")
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 18:19:10 GMT 2025 - 13.5K bytes - Click Count (0)