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

Function homepage

tests/test_requests.py:654–655  ·  tests/test_requests.py::homepage
(request: Request)

Source from the content-addressed store, hash-verified

652 url_for = None
653
654 async def homepage(request: Request) -> Response:
655 return PlainTextResponse(class="st">"Hello, world!")
656
657 class CustomMiddleware:
658 def __init__(self, app: ASGIApp) -> None:

Callers

nothing calls this directly

Calls 1

PlainTextResponseClass · 0.90

Tested by

no test coverage detected