Home | History | Annotate | Download | only in python2.7

Lines Matching refs:creds

736             creds = base64.b64encode(user_pass).strip()
737 req.add_header('Proxy-authorization', 'Basic ' + creds)