Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py841 def http_error_auth_reqed(self, authreq, host, req, headers): argument
845 authreq = headers.get(authreq, None)
854 if authreq:
855 mo = AbstractBasicAuthHandler.rx.search(authreq)
943 authreq = headers.get(auth_header, None)
954 if authreq:
955 scheme = authreq.split()[0]
957 return self.retry_http_digest_auth(req, authreq)