]> git.ipfire.org Git - thirdparty/httpx.git/commit
Make the response's request parameter optional (#1238)
authortbascoul <tbascoul+github@gmail.com>
Tue, 1 Sep 2020 14:14:57 +0000 (16:14 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Sep 2020 14:14:57 +0000 (15:14 +0100)
commite0b4528b170be0835d1ed4ffcafd1141fa9dfc6d
tree9ce0de795124d41142d9335e3fe5546b42a10734
parent33d339a2622cbb6c8670ba07389a842c8c85c616
Make the response's request parameter optional (#1238)

* Make the response's request parameter optional

* Fix _models coverage

* Move DecodingError in _models

* Update httpx/_models.py

* Update _models.py

* Update test_responses.py

* Update test_responses.py

Co-authored-by: Tom Christie <tom@tomchristie.com>
httpx/_decoders.py
httpx/_models.py
tests/models/test_responses.py
tests/test_decoders.py