|
Orbits
1
|
Public Member Functions | |
| def | __init__ |
| def | build_digest_header |
| def | handle_401 |
| def | __call__ |
Public Member Functions inherited from pip._vendor.requests.auth.AuthBase | |
| def | __call__ |
Public Attributes | |
| username | |
| password | |
| last_nonce | |
| nonce_count | |
| chal | |
| pos | |
Attaches HTTP Digest Authentication to the given Request object.
| def pip._vendor.requests.auth.HTTPDigestAuth.__init__ | ( | self, | |
| username, | |||
| password | |||
| ) |
| def pip._vendor.requests.auth.HTTPDigestAuth.__call__ | ( | self, | |
| r | |||
| ) |
| def pip._vendor.requests.auth.HTTPDigestAuth.build_digest_header | ( | self, | |
| method, | |||
| url | |||
| ) |
| def pip._vendor.requests.auth.HTTPDigestAuth.handle_401 | ( | self, | |
| r, | |||
| kwargs | |||
| ) |
Takes the given response and tries digest-auth, if needed.
| pip._vendor.requests.auth.HTTPDigestAuth.chal |
| pip._vendor.requests.auth.HTTPDigestAuth.last_nonce |
| pip._vendor.requests.auth.HTTPDigestAuth.nonce_count |
| pip._vendor.requests.auth.HTTPDigestAuth.password |
| pip._vendor.requests.auth.HTTPDigestAuth.pos |
| pip._vendor.requests.auth.HTTPDigestAuth.username |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.