Skip to content

Commit

Permalink
Add sslcontext to the asynclient docstring (#2609)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Christie <tom@tomchristie.com>
  • Loading branch information
bpoirriez and tomchristie committed Mar 13, 2023
1 parent ead8010 commit c5e9c82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion httpx/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5e9c82

Please sign in to comment.