Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ receive
Method
receive
starlette/requests.py:231–232 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
229
230
@property
231
def
receive(self) -> Receive:
232
return
self._receive
233
234
async
def
stream(self) -> AsyncGenerator[bytes, None]:
235
if
hasattr(self,
"_body"
):
Callers
4
wrapped_receive
Method · 0.45
call_next
Method · 0.45
test_websocket_raise_websocket_exception
Function · 0.45
test_websocket_raise_custom_exception
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_websocket_raise_websocket_exception
Function · 0.36
test_websocket_raise_custom_exception
Function · 0.36