Lines Matching defs:auth_header
1017 if req.get_header(self.auth_header, None) == auth:
1019 req.add_unredirected_header(self.auth_header, auth)
1052 auth_header = 'Authorization'
1063 auth_header = 'Proxy-authorization'
1103 def http_error_auth_reqed(self, auth_header, host, req, headers):
1104 authreq = headers.get(auth_header, None)
1129 if req.headers.get(self.auth_header, None) == auth_val:
1131 req.add_unredirected_header(self.auth_header, auth_val)
1233 auth_header = 'Authorization'
1246 auth_header = 'Proxy-Authorization'