]> git.ipfire.org Git - thirdparty/httpx.git/commit
Drop per-request `cert`, `verify`, and `trust_env` (#617)
authorFlorimond Manca <florimond.manca@gmail.com>
Sun, 29 Dec 2019 15:01:20 +0000 (16:01 +0100)
committerTom Christie <tom@tomchristie.com>
Sun, 29 Dec 2019 15:01:20 +0000 (15:01 +0000)
commite9ebd1df98ce8f79bb09a0e6d06c4939f8a1f7fd
treef65d5f059c0762ffc56fe3ead5838f5b1d3fcd5d
parentf3b799912ede54b2f500c47d5f8a59a010d6b2ff
Drop per-request `cert`, `verify`, and `trust_env` (#617)

* Drop per-request cert/verify/trust_env

* Remove cert/verify from the dispatcher API

* Apply lint

* Reintroduce cert/verify/trust_env on client methods, with errors
httpx/client.py
httpx/dispatch/asgi.py
httpx/dispatch/base.py
httpx/dispatch/connection.py
httpx/dispatch/connection_pool.py
httpx/dispatch/proxy_http.py
tests/dispatch/test_connections.py