diff options
| author | Ratan Kulshreshtha <10801618+RatanShreshtha@users.noreply.github.com> | 2021-10-20 13:20:14 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-20 11:50:14 +0400 |
| commit | 9ad58f60f9d5e755a8a54cb77b3b54ee3a98569f (patch) | |
| tree | f5edc75d0ce799a95e09b7ff94eca059c3d5c928 /src/urllib3/util | |
| parent | 16b43d54792ca62473143603385f1bfb534daf4f (diff) | |
| download | urllib3-9ad58f60f9d5e755a8a54cb77b3b54ee3a98569f.tar.gz | |
Add missing links in advance usage section (#2446)
Co-authored-by: Ratan Kulshreshtha <ratan.kulshreshtha@inmobi.com>
Diffstat (limited to 'src/urllib3/util')
| -rw-r--r-- | src/urllib3/util/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/urllib3/util/__init__.py b/src/urllib3/util/__init__.py index 6db667e8..d5df60f6 100644 --- a/src/urllib3/util/__init__.py +++ b/src/urllib3/util/__init__.py @@ -10,6 +10,7 @@ from .ssl_ import ( IS_SECURETRANSPORT, SSLContext, assert_fingerprint, + create_urllib3_context, resolve_cert_reqs, resolve_ssl_version, ssl_wrap_socket, @@ -28,6 +29,7 @@ __all__ = ( "Timeout", "Url", "assert_fingerprint", + "create_urllib3_context", "is_connection_dropped", "is_fp_closed", "parse_url", |
