MCPcopy
hub / github.com/fastapi/fastapi / Response

Class Response

fastapi/openapi/models.py:282–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280
281
282class Response(BaseModelWithConfig):
283 description: str
284 headers: dict[str, Header | Reference] | None = None
285 content: dict[str, MediaType] | None = None
286 links: dict[str, Link | Reference] | None = None
287
288
289class Operation(BaseModelWithConfig):

Callers 6

get_legacy_dataFunction · 0.90
http_exception_handlerFunction · 0.85
appFunction · 0.85
solve_dependenciesFunction · 0.85
read_rootFunction · 0.85

Calls

no outgoing calls

Tested by 2

read_rootFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…