Searched refs:authreq (Results 1 – 1 of 1) sorted by relevance
841 def http_error_auth_reqed(self, authreq, host, req, headers): argument845 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)