![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| __init__ (self, username, password) | |
| init_per_thread_state (self) | |
| build_digest_header (self, method, url) | |
| handle_redirect (self, r, **kwargs) | |
| handle_401 (self, r, **kwargs) | |
| __call__ (self, r) | |
| __eq__ (self, other) | |
| __ne__ (self, other) | |
Public Attributes | |
| username | |
| password | |
| handle_401 | |
| handle_redirect | |
Protected Attributes | |
| _thread_local | |
Attaches HTTP Digest Authentication to the given Request object.
| pip._vendor.requests.auth.HTTPDigestAuth.__call__ | ( | self, | |
| r | |||
| ) |
Reimplemented from pip._vendor.requests.auth.AuthBase.
| pip._vendor.requests.auth.HTTPDigestAuth.build_digest_header | ( | self, | |
| method, | |||
| url | |||
| ) |
:rtype: str
| pip._vendor.requests.auth.HTTPDigestAuth.handle_401 | ( | self, | |
| r, | |||
| ** | kwargs | ||
| ) |
Takes the given response and tries digest-auth, if needed. :rtype: requests.Response
| pip._vendor.requests.auth.HTTPDigestAuth.handle_redirect | ( | self, | |
| r, | |||
| ** | kwargs | ||
| ) |
Reset num_401_calls counter on redirects.