]> git.ipfire.org Git - thirdparty/httpx.git/commit
Add back in URL.raw with NamedTuple (#2481)
authorDemetri <developerDemetri@users.noreply.github.com>
Fri, 2 Dec 2022 16:20:05 +0000 (08:20 -0800)
committerGitHub <noreply@github.com>
Fri, 2 Dec 2022 16:20:05 +0000 (16:20 +0000)
commit40a0da093b423ca37feee2b85df7c3f0ce3cc96c
treece7a82f76a4758059b4f59418f15d6cc3016c6f5
parent933551c51985375423ca60a880210aef34f1c620
Add back in URL.raw with NamedTuple (#2481)

* add back in URL.raw with NamedTuple

* Update _urls.py

* Update _urls.py

Co-authored-by: Tom Christie <tom@tomchristie.com>
httpx/_types.py
httpx/_urls.py
tests/models/test_url.py