Lines Matching full:proxy_auth
325 proxy_auth = base64.b64encode(proxy_passwd).strip()
327 proxy_auth = None
341 if proxy_auth: h.putheader('Proxy-Authorization', 'Basic %s' % proxy_auth)
415 proxy_auth = base64.b64encode(proxy_passwd).strip()
417 proxy_auth = None
433 if proxy_auth: h.putheader('Proxy-Authorization', 'Basic %s' % proxy_auth)