MCPcopy Create free account
hub / github.com/pallets/quart / send

Method send

src/quart/testing/connections.py:54–57  ·  view source on GitHub ↗
(self, data: bytes)

Source from the content-addressed store, hash-verified

52 self._task: Awaitable[None] = None
53
54 async def send(self, data: bytes) -> None:
55 await self._send_queue.put(
56 {"type": "http.request", "body": data, "more_body": True}
57 )
58
59 async def send_complete(self) -> None:
60 await self._send_queue.put(

Callers 1

_make_requestMethod · 0.45

Calls 1

putMethod · 0.45

Tested by

no test coverage detected