Contents Menu Expand Light mode Dark mode Auto light/dark mode
Support urllib3 on GitHub Sponsors
urllib3 2.0.0a3 documentation
Light Logo Dark Logo
  • For Enterprise
  • Community Discord
  • v2.0 Migration Guide
  • Sponsors and Supporters
  • User Guide
  • Advanced Usage
  • API Reference
    • urllib3.request()
    • Pool Manager
    • Connection Pools
    • Connections
    • Exceptions and Warnings
    • Response and Decoders
    • Fields and Multipart Forms
    • Utilities
    • Third-Party Modules
      • PyOpenSSL
      • macOS SecureTransport
      • SOCKS Proxies
  • Contributing
  • Changelog
  v: v2.0.0a3
Versions
latest
stable
v2.0.0a3
2.0.0a2
2.0.0a1
1.26.13
1.26.12
1.26.11
1.26.10
1.26.9_a
1.26.9
1.26.8
1.26.7
1.26.6
1.26.5
1.26.4
1.26.3
1.26.2
1.26.1
1.26.x
1.26.0
1.25.11
1.25.10
1.24.3
1.23
Downloads
On Read the Docs
Project Home
Builds
Back to top
Edit this page

Third-Party Modules#

These modules implement various extra features, that may not be ready for prime time or that require optional third-party dependencies.

  • PyOpenSSL
    • extract_from_urllib3()
    • inject_into_urllib3()
  • macOS SecureTransport
  • SOCKS Proxies
    • SOCKSConnection
    • SOCKSHTTPConnectionPool
      • SOCKSHTTPConnectionPool.ConnectionCls
    • SOCKSHTTPSConnection
    • SOCKSHTTPSConnectionPool
      • SOCKSHTTPSConnectionPool.ConnectionCls
    • SOCKSProxyManager
      • SOCKSProxyManager.pool_classes_by_scheme
Next
PyOpenSSL
Previous
Utilities
Copyright © 2023, Andrey Petrov
Made with Sphinx and @pradyunsg's Furo