Home
last modified time | relevance | path

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

/third_party/python/Lib/urllib/
Drequest.py986 def http_error_auth_reqed(self, authreq, host, req, headers): member in AbstractBasicAuthHandler
1056 response = self.http_error_auth_reqed('www-authenticate',
1071 response = self.http_error_auth_reqed('proxy-authenticate',
1103 def http_error_auth_reqed(self, auth_header, host, req, headers): member in AbstractDigestAuthHandler
1238 retry = self.http_error_auth_reqed('www-authenticate',
1251 retry = self.http_error_auth_reqed('proxy-authenticate',
/third_party/python/Doc/library/
Durllib.request.rst978 .. method:: AbstractBasicAuthHandler.http_error_auth_reqed(authreq, host, req, headers)
1020 .. method:: AbstractDigestAuthHandler.http_error_auth_reqed(authreq, host, req, headers)