This module contains the transport adapters that Requests uses to define and maintain connections.
Class | BaseAdapter |
The Base Transport Adapter |
Class | HTTPAdapter |
The built-in HTTP Adapter for urllib3. |
Constant | DEFAULT_POOL_TIMEOUT |
Undocumented |
Constant | DEFAULT_POOLBLOCK |
Undocumented |
Constant | DEFAULT_POOLSIZE |
Undocumented |
Constant | DEFAULT_RETRIES |
Undocumented |
Function | SOCKSProxyManager |
Undocumented |