]> git.ipfire.org Git - thirdparty/httpx.git/commit
Included create_ssl_context function to create the same context with SSLConfig and...
authorCan Sarıgöl <ertugrulsarigol@gmail.com>
Mon, 27 Jul 2020 18:46:46 +0000 (20:46 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Jul 2020 18:46:46 +0000 (19:46 +0100)
commit926a55a84f0add72f689182c5ca64b4135829907
tree424459438e4aaacd709416fa2f4bfb970992de0b
parent35f09d13941647bb677f2749c4230bec664b8c15
Included create_ssl_context function to create the same context with SSLConfig and serve as API (#996)

* Included create_ssl_context function to create the same context with SSLConfig and serve as API.

* Changed create_ssl_context with SSLConfig into the client implementation and tests.

* Dropped the __repr__ and __eq__ methods from SSLConfig and removed SSLConfig using from tests

* Fixed test issue regarding cert_authority trust of ssl context

Co-authored-by: Tom Christie <tom@tomchristie.com>
Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
docs/advanced.md
httpx/__init__.py
httpx/_client.py
httpx/_config.py
httpx/_transports/urllib3.py
tests/test_config.py