API Reference#
- Pool Manager
- Connection Pools
- Connections
- Exceptions- BodyNotHttplibCompatible
- ClosedPoolError
- ConnectTimeoutError
- ConnectionError
- DecodeError
- DependencyWarning
- EmptyPoolError
- HTTPError
- HTTPWarning
- HeaderParsingError
- HostChangedError
- IncompleteRead
- InsecurePlatformWarning
- InsecureRequestWarning
- InvalidChunkLength
- InvalidHeader
- LocationParseError
- LocationValueError
- MaxRetryError
- NewConnectionError
- PoolError
- ProtocolError
- ProxyError
- ProxySchemeUnknown
- ProxySchemeUnsupported
- ReadTimeoutError
- RequestError
- ResponseError
- ResponseNotChunked
- SNIMissingWarning
- SSLError
- SecurityWarning
- SubjectAltNameWarning
- SystemTimeWarning
- TimeoutError
- TimeoutStateError
- URLSchemeUnknown
- UnrewindableBodyError
 
- Response and Decoders- Response- HTTPResponse- HTTPResponse.CONTENT_DECODERS
- HTTPResponse.DECODER_ERROR_CLASSES
- HTTPResponse.REDIRECT_STATUSES
- HTTPResponse.close()
- HTTPResponse.closed
- HTTPResponse.connection
- HTTPResponse.data
- HTTPResponse.drain_conn()
- HTTPResponse.fileno()
- HTTPResponse.flush()
- HTTPResponse.from_httplib()
- HTTPResponse.get_redirect_location()
- HTTPResponse.getheader()
- HTTPResponse.getheaders()
- HTTPResponse.geturl()
- HTTPResponse.info()
- HTTPResponse.isclosed()
- HTTPResponse.read()
- HTTPResponse.read_chunked()
- HTTPResponse.readable()
- HTTPResponse.readinto()
- HTTPResponse.release_conn()
- HTTPResponse.stream()
- HTTPResponse.supports_chunked_reads()
- HTTPResponse.tell()
 
 
- Decoders
 
- Response
- Fields and Multipart Forms
- Request Methods
- Utilities
- Third-Party Modules