class HTTPDigestAuth(AuthBase):
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 |