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

Function async_homepage

tests/test_applications.py:44–45  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

42
43
44async def async_homepage(request: Request) -> PlainTextResponse:
45 return PlainTextResponse("Hello, world!")
46
47
48class Homepage(HTTPEndpoint):

Callers

nothing calls this directly

Calls 1

PlainTextResponseClass · 0.90

Tested by

no test coverage detected