MCPcopy
hub / github.com/encode/httpx / async_streaming_body

Function async_streaming_body

tests/models/test_responses.py:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21
22async def async_streaming_body() -> typing.AsyncIterator[bytes]:
23 yield b"Hello, "
24 yield b"world!"
25
26
27def autodetect(content):

Calls

no outgoing calls

Tested by

no test coverage detected