]> git.ipfire.org Git - thirdparty/httpx.git/commit
Use '%20' for encoding spaces in query parameters. (#2543)
authorTom Christie <tom@tomchristie.com>
Tue, 10 Jan 2023 11:16:09 +0000 (11:16 +0000)
committerGitHub <noreply@github.com>
Tue, 10 Jan 2023 11:16:09 +0000 (11:16 +0000)
commita6af45edac51dce888e1e1f0ebf344f126a1c66c
treef59a550123b1b038ac461afd1ee50a1c7779eaed
parent57daabf673705954afa94686c0002801c93d31f3
Use '%20' for encoding spaces in query parameters. (#2543)

* Add failing test

* Fix failing test case

* Add urlencode

* Update comment
httpx/_urlparse.py
httpx/_urls.py
tests/models/test_url.py