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

Class StreamingBody

tests/models/test_responses.py:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11class StreamingBody:
12 def __iter__(self):
13 yield b"Hello, "
14 yield b"world!"
15
16
17def streaming_body() -> typing.Iterator[bytes]:

Callers 1

Calls

no outgoing calls

Tested by 1