]> git.ipfire.org Git - thirdparty/httpx.git/commit
Clean up keyword argument name, using URL.join(url=...), not URL.join(relative_url...
authorTom Christie <tom@tomchristie.com>
Wed, 5 Aug 2020 17:32:34 +0000 (18:32 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Aug 2020 17:32:34 +0000 (18:32 +0100)
commit1da46f3de0f4fda77657bf2f795b52c03c90c74e
treea46672098af02f4d1bd9b41a307d77fcf409d3d4
parent78cf16ace92b42de5972a490787002631d558b32
Clean up keyword argument name, using URL.join(url=...), not URL.join(relative_url=...). (#1129)

* URL.join(url=...), not URL.join(relative_url=...)

* Fix URL.join()
httpx/_client.py
httpx/_models.py