Searched refs:http_error_auth_reqed (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | urllib2.py | 841 def http_error_auth_reqed(self, authreq, host, req, headers): member in AbstractBasicAuthHandler 883 response = self.http_error_auth_reqed('www-authenticate', 899 response = self.http_error_auth_reqed('proxy-authenticate', 942 def http_error_auth_reqed(self, auth_header, host, req, headers): member in AbstractDigestAuthHandler 1071 retry = self.http_error_auth_reqed('www-authenticate', 1084 retry = self.http_error_auth_reqed('proxy-authenticate',
|