We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead8010 commit c5e9c82Copy full SHA for c5e9c82
httpx/_client.py
@@ -1311,7 +1311,8 @@ class AsyncClient(BaseClient):
1311
sending requests.
1312
* **verify** - *(optional)* SSL certificates (a.k.a CA bundle) used to
1313
verify the identity of requested hosts. Either `True` (default CA bundle),
1314
- a path to an SSL certificate file, or `False` (disable verification).
+ a path to an SSL certificate file, an `ssl.SSLContext`, or `False`
1315
+ (which will disable verification).
1316
* **cert** - *(optional)* An SSL certificate used by the requested host
1317
to authenticate the client. Either a path to an SSL certificate file, or
1318
two-tuple of (certificate file, key file), or a three-tuple of (certificate
0 commit comments