Searched refs:http_error_auth_reqed (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ |
D | urllib2.py | 873 def http_error_auth_reqed(self, authreq, host, req, headers): member in AbstractBasicAuthHandler 908 response = self.http_error_auth_reqed('www-authenticate', 923 response = self.http_error_auth_reqed('proxy-authenticate', 965 def http_error_auth_reqed(self, auth_header, host, req, headers): member in AbstractDigestAuthHandler 1097 retry = self.http_error_auth_reqed('www-authenticate', 1110 retry = self.http_error_auth_reqed('proxy-authenticate',
|
/external/python/cpython2/Doc/library/ |
D | urllib2.rst | 775 .. method:: AbstractBasicAuthHandler.http_error_auth_reqed(authreq, host, req, headers) 817 .. method:: AbstractDigestAuthHandler.http_error_auth_reqed(authreq, host, req, headers)
|