Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
44
async
def
async_homepage(request: Request) -> PlainTextResponse:
45
return
PlainTextResponse(
"Hello, world!"
)
46
47
48
class
Homepage(HTTPEndpoint):
Callers
nothing calls this directly
Calls
1
PlainTextResponse
Class · 0.90
Tested by
no test coverage detected