]> git.ipfire.org Git - thirdparty/httpx.git/commit
Warn if cert / verify / trust_env are passed to client.request() (#597)
authorTom Christie <tom@tomchristie.com>
Fri, 6 Dec 2019 11:29:22 +0000 (11:29 +0000)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2019 11:29:22 +0000 (11:29 +0000)
commit1e23855709988b012f195fcfddfcf80d5e703841
tree15b62f1c5c5e5f019a8af1f42024250596288470
parentc38fd68ed78e08ee6056bfd69b50413fd06be988
Warn if cert / verify / trust_env are passed to client.request() (#597)

* Add cert and verify warnings on Client.request

* Resolve typo

Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
* Resolve typo

Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
* trust_env should be set on client init

* Update docs for per-Client SSL settings

* Update requests compat docs
docs/advanced.md
docs/compatibility.md
docs/environment_variables.md
httpx/client.py