Authentication


requests.auth.AuthBase

requests.auth.AuthBase()

Base class that all auth implementations derive from


requests.auth.HTTPBasicAuth

requests.auth.HTTPBasicAuth(username, password)

Attaches HTTP Basic Authentication to the given Request object.


requests.auth.HTTPProxyAuth

requests.auth.HTTPProxyAuth(username, password)

Attaches HTTP Proxy Authentication to a given Request object.


requests.auth.HTTPDigestAuth

requests.auth.HTTPDigestAuth(username, password)

Attaches HTTP Digest Authentication to the given Request object.