]> git.ipfire.org Git - thirdparty/httpx.git/commit
Make Request and Response picklable (#1579)
authorHannes Ljungberg <hannes@5monkeys.se>
Wed, 21 Apr 2021 10:11:00 +0000 (12:11 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Apr 2021 10:11:00 +0000 (11:11 +0100)
commit2d571046e15d3f4c4cbe5a68173cdf12e99cb3ca
tree81ead62755d8718860543df60a1da8cdc8b12953
parent9b8f5af7596ab2208375a4d26b5b585d51b82b01
Make Request and Response picklable (#1579)

* Make Request and Response picklable

* fixup! Make Request and Response picklable

* Apply suggestions from code review

* Apply suggestions from code review

* Update tests/models/test_requests.py

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