Add sslcontext to the asynclient docstring (#2609)

Co-authored-by: Tom Christie <tom@tomchristie.com>
This commit is contained in:
bpoirriez 2023-03-13 13:06:21 +01:00 committed by GitHub
parent ead8010a57
commit c5e9c82c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1311,7 +1311,8 @@ class AsyncClient(BaseClient):
sending requests.
* **verify** - *(optional)* SSL certificates (a.k.a CA bundle) used to
verify the identity of requested hosts. Either `True` (default CA bundle),
a path to an SSL certificate file, or `False` (disable verification).
a path to an SSL certificate file, an `ssl.SSLContext`, or `False`
(which will disable verification).
* **cert** - *(optional)* An SSL certificate used by the requested host
to authenticate the client. Either a path to an SSL certificate file, or
two-tuple of (certificate file, key file), or a three-tuple of (certificate