]> git.ipfire.org Git - thirdparty/httpx.git/commit
Tweak query param types (#175)
authorTom Christie <tom@tomchristie.com>
Tue, 30 Jul 2019 23:27:20 +0000 (00:27 +0100)
committerGitHub <noreply@github.com>
Tue, 30 Jul 2019 23:27:20 +0000 (00:27 +0100)
commit66754ad0c58d61d34489294530351aa4b17e217f
treede365ad5384727b4d0ad566a20600ea254c130d1
parent33822973c3aacf9e395e276fe3448c4f9ace2be2
Tweak query param types (#175)

* Tweak query param types

* Handle primitive data types for queryparams

* QueryParam keys as str-only, not PrimitiveData
httpx/models.py
httpx/utils.py
tests/models/test_queryparams.py