httpx/tests/models
Tom Christie 27df5e49c7
Support for chunk_size (#1277)
* Support iter_raw(chunk_size=...) and aiter_raw(chunk_size=...)

* Unit tests for ByteChunker

* Support iter_bytes(chunk_size=...)

* Add TextChunker

* Support iter_text(chunk_size=...)

* Fix merge with master

Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
2020-11-25 15:28:06 +00:00
..
__init__.py Tweak test naming 2019-05-17 13:49:24 +01:00
test_cookies.py Fixed test_multiple_set_cookie (#1270) 2020-09-09 10:01:39 +01:00
test_headers.py Support header comparisons with dict or list. (#1326) 2020-09-25 12:28:34 +01:00
test_queryparams.py Version 0.15.0 (#1301) 2020-09-22 11:44:28 +01:00
test_requests.py Support header comparisons with dict or list. (#1326) 2020-09-25 12:28:34 +01:00
test_responses.py Support for chunk_size (#1277) 2020-11-25 15:28:06 +00:00
test_url.py Correctly handle ipv6 addresses as a part of URL (#1349) 2020-10-08 11:37:13 +03:00