Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/fastapi
/ get
Function
get
docs_src/websockets_/tutorial002_py310.py:60–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
59
@app.get(
"/"
)
60
async
def
get():
61
return
HTMLResponse(html)
62
63
64
async
def
get_cookie_or_token(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected