Home
last modified time | relevance | path

Searched refs:http_error_auth_reqed (Results 1 – 4 of 4) 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/cpython3/Lib/urllib/
Drequest.py980 def http_error_auth_reqed(self, authreq, host, req, headers): member in AbstractBasicAuthHandler
1050 response = self.http_error_auth_reqed('www-authenticate',
1065 response = self.http_error_auth_reqed('proxy-authenticate',
1097 def http_error_auth_reqed(self, auth_header, host, req, headers): member in AbstractDigestAuthHandler
1232 retry = self.http_error_auth_reqed('www-authenticate',
1245 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)
/external/python/cpython3/Doc/library/
Durllib.request.rst973 .. method:: AbstractBasicAuthHandler.http_error_auth_reqed(authreq, host, req, headers)
1015 .. method:: AbstractDigestAuthHandler.http_error_auth_reqed(authreq, host, req, headers)