Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ homepage
Function
homepage
tests/middleware/test_base.py:41–42 ·
view source on GitHub ↗
(request: Request)
Source
from the content-addressed store, hash-verified
39
40
41
def
homepage(request: Request) -> PlainTextResponse:
42
return
PlainTextResponse(
"Homepage"
)
43
44
45
def
exc(request: Request) -> None:
Callers
nothing calls this directly
Calls
5
PlainTextResponse
Class · 0.90
stream
Method · 0.80
body
Method · 0.80
get
Method · 0.45
pop
Method · 0.45
Tested by
no test coverage detected