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

Function func_homepage

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

Source from the content-addressed store, hash-verified

38
39
40def func_homepage(request: Request) -> PlainTextResponse:
41 return PlainTextResponse("Hello, world!")
42
43
44async def async_homepage(request: Request) -> PlainTextResponse:

Callers

nothing calls this directly

Calls 1

PlainTextResponseClass · 0.90

Tested by

no test coverage detected