]>
git.ipfire.org Git - thirdparty/httpx.git/commit
Stream interface (#1550)
* Add SyncByteStream, AsyncByteStream to interface
* request.stream and response.stream as httpx.SyncByteStream/httpx.AsyncByteStream
* Update httpx/_transports/base.py
Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
* Update httpx/_transports/default.py
Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
* Move response classes in transports to module level
Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
13 files changed: