can httplib.HTTPConnection use proxy?

robert no-spam at no-spam-no-spam.com
Thu Mar 16 08:32:14 EST 2006


JuHui wrote:

> how to use httplib.HTTPConnection with http proxy?
> 

simply connect to the proxy? - and ask using the full url and original 
Host:  - for HTTPS do a CONNECT <host>.

Robert



More information about the Python-list mailing list