class IteratorByteStream(SyncByteStream):
Undocumented
Method | __init__ |
Undocumented |
Method | __iter__ |
Undocumented |
Constant | CHUNK_SIZE |
Undocumented |
Instance Variable | _is_generator |
Undocumented |
Instance Variable | _is_stream_consumed |
Undocumented |
Instance Variable | _stream |
Undocumented |
Inherited from SyncByteStream
:
Method | close |
Subclasses can override this method to release any network resources after a request/response cycle is complete. |
Method | read |
Simple cases can use .read() as a convenience method for consuming the entire stream and then closing it. |
httpx.SyncByteStream.__iter__
Undocumented
Returns | |
Iterator[ | Undocumented |