]> git.ipfire.org Git - thirdparty/httpx.git/commit
Raise KeyError if header isn't found in Headers (#324)
authorGaurav Dhameeja <gdhameeja@gmail.com>
Sat, 7 Sep 2019 21:12:37 +0000 (02:42 +0530)
committerSeth Michael Larson <sethmichaellarson@gmail.com>
Sat, 7 Sep 2019 21:12:37 +0000 (16:12 -0500)
commit0f34f3b60f9461fa686f5fa10c2a636a09cbaeff
tree9fe3f454b971efa560f60a4ff92881b557908ed5
parent6b97b2ed00a03d7528abcb45d59e111bebdf0c1a
Raise KeyError if header isn't found in Headers (#324)
httpx/dispatch/http2.py
httpx/middleware.py
httpx/models.py
tests/client/test_headers.py