class documentation

class HTTPBasicAuth(AuthBase): (source)

Known subclasses: requests.auth.HTTPProxyAuth

View In Hierarchy

Attaches HTTP Basic Authentication to the given Request object.

Method __call__ Undocumented
Method __eq__ Undocumented
Method __init__ Undocumented
Method __ne__ Undocumented
Instance Variable password Undocumented
Instance Variable username Undocumented
def __call__(self, r): (source)

Undocumented

def __eq__(self, other): (source)

Undocumented

def __init__(self, username, password): (source)

Undocumented

def __ne__(self, other): (source)

Undocumented

password = (source)

Undocumented

username = (source)

Undocumented