class documentation

class HTTPBasicAuth(AuthBase):

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):

Undocumented

def __eq__(self, other):

Undocumented

def __init__(self, username, password):

Undocumented

def __ne__(self, other):

Undocumented

password =

Undocumented

username =

Undocumented