Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
class
StreamingBody:
12
def
__iter__(self):
13
yield
b
"Hello, "
14
yield
b
"world!"
15
16
17
def
streaming_body() -> typing.Iterator[bytes]:
Callers
1
test_iter_raw_on_iterable
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_iter_raw_on_iterable
Function · 0.68