Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/quart
/ send_complete
Method
send_complete
src/quart/testing/connections.py:59–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
57
)
58
59
async
def
send_complete(self) -> None:
60
await self._send_queue.put(
61
{
"type"
:
"http.request"
,
"body"
: b
""
,
"more_body"
: False}
62
)
63
64
async
def
receive(self) -> bytes:
65
data = await self._receive_queue.get()
Callers
1
_make_request
Method · 0.45
Calls
1
put
Method · 0.45
Tested by
no test coverage detected