MCPcopy
hub / github.com/encode/starlette / homepage

Function homepage

tests/test_routing.py:25–26  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

23
24
25def homepage(request: Request) -> Response:
26 return Response("Hello, world", media_type="text/plain")
27
28
29def users(request: Request) -> Response:

Callers

nothing calls this directly

Calls 3

ResponseClass · 0.90
JSONResponseClass · 0.90
url_forMethod · 0.45

Tested by

no test coverage detected