]> git.ipfire.org Git - thirdparty/httpx.git/commit
Add raw_path to scope in ASGITransport (#1357)
authorSimon Willison <swillison@gmail.com>
Fri, 9 Oct 2020 15:46:26 +0000 (08:46 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Oct 2020 15:46:26 +0000 (16:46 +0100)
commitca5f524943cb6266b42c235bcf45b2c0877a1b35
tree2b75ff27e02c126b83ff1c6d30a97a74b03623e1
parent92ca4d0cc654859fc2257c492e55d8752370d427
Add raw_path to scope in ASGITransport (#1357)

* Add raw_path to scope in ASGITransport, closes #1356

* Tweaked test
httpx/_transports/asgi.py
tests/test_asgi.py