]> git.ipfire.org Git - thirdparty/httpx.git/commit
Drop `request.timer` attribute. (#1249)
authorTom Christie <tom@tomchristie.com>
Mon, 7 Sep 2020 08:06:14 +0000 (09:06 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Sep 2020 08:06:14 +0000 (09:06 +0100)
commita783fe57588864c95246cc82d9703ab2d5ff3cb4
tree2656108647740298c92cda33aca362e4ac661b69
parent78f24203cec131cd71aca470dcf442dac912a8b4
Drop `request.timer` attribute. (#1249)

* Drop request.timer attribute
* Response(..., elapsed_func=...)
httpx/_client.py
httpx/_models.py
httpx/_utils.py
tests/models/test_responses.py
tests/test_utils.py