Home
last modified time | relevance | path

Searched refs:http_error_auth_reqed (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Durllib2.py873 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/
Durllib2.rst775 .. method:: AbstractBasicAuthHandler.http_error_auth_reqed(authreq, host, req, headers)
817 .. method:: AbstractDigestAuthHandler.http_error_auth_reqed(authreq, host, req, headers)