DeprecationWarning
requests.exceptions.FileModeWarning
- A file was opened in text mode, but Requests determined its binary length.dict
requests.structures.LookupDict
- Dictionary lookup object.IOError
requests.exceptions.RequestException
- There was an ambiguous exception that occurred while handling your request.requests.exceptions.ChunkedEncodingError
- The server declared chunked encoding but sent an invalid chunk.requests.exceptions.ConnectionError
- A Connection error occurred.requests.exceptions.ConnectTimeout
- The request timed out while trying to connect to the remote server.requests.exceptions.ProxyError
- A proxy error occurred.requests.exceptions.SSLError
- An SSL error occurred.requests.exceptions.ContentDecodingError
- Failed to decode response content.requests.exceptions.HTTPError
- An HTTP error occurred.requests.exceptions.InvalidHeader
- The header value provided was somehow invalid.requests.exceptions.InvalidJSONError
- A JSON error occurred.requests.exceptions.JSONDecodeError
- Couldn't decode the text into jsonrequests.exceptions.InvalidSchema
- The URL scheme provided is either invalid or unsupported.requests.exceptions.InvalidURL
- The URL provided was somehow invalid.requests.exceptions.InvalidProxyURL
- The proxy URL provided is invalid.requests.exceptions.MissingSchema
- The URL scheme (e.g. http or https) is missing.requests.exceptions.RetryError
- Custom retries logic failedrequests.exceptions.StreamConsumedError
- The content for this response was already consumed.requests.exceptions.Timeout
- The request timed out.requests.exceptions.ConnectTimeout
- The request timed out while trying to connect to the remote server.requests.exceptions.ReadTimeout
- The server did not send any data in the allotted amount of time.requests.exceptions.TooManyRedirects
- Too many redirects.requests.exceptions.UnrewindableBodyError
- Requests encountered an error when trying to rewind a body.requests.exceptions.URLRequired
- A valid URL is required to make a request.object
requests.adapters.BaseAdapter
- The Base Transport Adapterrequests.adapters.HTTPAdapter
- The built-in HTTP Adapter for urllib3.requests.auth.AuthBase
- Base class that all auth implementations derive fromrequests.auth.HTTPBasicAuth
- Attaches HTTP Basic Authentication to the given Request object.requests.auth.HTTPProxyAuth
- Attaches HTTP Proxy Authentication to a given Request object.requests.auth.HTTPDigestAuth
- Attaches HTTP Digest Authentication to the given Request object.requests.cookies.MockRequest
- Wraps a requests.Request
to mimic a urllib2.Request
.requests.cookies.MockResponse
- Wraps a httplib.HTTPMessage
to mimic a urllib.addinfourl
.requests.models.RequestEncodingMixin
- No class docstring; 1/1 property, 2/2 static methods documentedrequests.models.PreparedRequest
- The fully mutable PreparedRequest
object, containing the exact bytes that will be sent to the server.requests.models.RequestHooksMixin
- No class docstring; 2/2 methods documentedrequests.models.PreparedRequest
- The fully mutable PreparedRequest
object, containing the exact bytes that will be sent to the server.requests.models.Request
- A user-created Request
object.requests.models.Response
- The Response
object, which contains a server's response to an HTTP request.requests.sessions.SessionRedirectMixin
- No class docstring; 6/6 methods documentedrequests.sessions.Session
- A Requests session.requests.compat.cookielib.CookieJar
requests.cookies.RequestsCookieJar
- Compatibility class; is a cookielib.CookieJar, but exposes a dict interface.requests.compat.JSONDecodeError
requests.exceptions.JSONDecodeError
- Couldn't decode the text into jsonrequests.compat.MutableMapping
requests.cookies.RequestsCookieJar
- Compatibility class; is a cookielib.CookieJar, but exposes a dict interface.requests.structures.CaseInsensitiveDict
- A case-insensitive dict-like object.RuntimeError
requests.cookies.CookieConflictError
- There are two cookies that meet the criteria specified in the cookie jar. Use .get and .set and include domain and path args in order to be more specific.TypeError
requests.exceptions.StreamConsumedError
- The content for this response was already consumed.urllib3.exceptions.HTTPError
requests.exceptions.ContentDecodingError
- Failed to decode response content.ValueError
requests.exceptions.InvalidHeader
- The header value provided was somehow invalid.requests.exceptions.InvalidSchema
- The URL scheme provided is either invalid or unsupported.requests.exceptions.InvalidURL
- The URL provided was somehow invalid.requests.exceptions.InvalidProxyURL
- The proxy URL provided is invalid.requests.exceptions.MissingSchema
- The URL scheme (e.g. http or https) is missing.Warning
requests.exceptions.RequestsWarning
- Base warning for Requests.requests.exceptions.FileModeWarning
- A file was opened in text mode, but Requests determined its binary length.requests.exceptions.RequestsDependencyWarning
- An imported dependency doesn't match the expected version range.