Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ ClientDisconnect
Class
ClientDisconnect
starlette/requests.py:73–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
73
class
ClientDisconnect(Exception):
74
pass
75
76
77
StateT = TypeVar(
"StateT"
, bound=Mapping[str, Any] | State, default=State)
Callers
2
__call__
Method · 0.90
stream
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected