class documentation

class HTTPDigestAuth(AuthBase):

View In Hierarchy

Attaches HTTP Digest Authentication to the given Request object.
Method __call__ Undocumented
Method __eq__ Undocumented
Method __init__ Undocumented
Method __ne__ Undocumented
Method build​_digest​_header
Method handle​_401 Takes the given response and tries digest-auth, if needed.
Method handle​_redirect Reset num_401_calls counter on redirects.
Method init​_per​_thread​_state Undocumented
Instance Variable ​_thread​_local 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

def build_digest_header(self, method, url):
Returns
strUndocumented
def handle_401(self, r, **kwargs):
Takes the given response and tries digest-auth, if needed.
Returns
requests.ResponseUndocumented
def handle_redirect(self, r, **kwargs):
Reset num_401_calls counter on redirects.
def init_per_thread_state(self):

Undocumented

_thread_local =

Undocumented

password =

Undocumented

username =

Undocumented