f9c0db31b0
OpenSSLProxy module Provides HTTPS proxy support to httplib and urllib2 classes. * 'OpenSSLProxy' is derived from httplib.HTTPS and provides HTTPS proxy support * 'OpenSSLProxyHandler' is dervived from urllib2.HTTPSHandler and provides HTTPS proxy support * Support for Basic User Authentication * Honors environmental variable https_proxy WWW: http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem-using.html
11 lines
443 B
Text
11 lines
443 B
Text
OpenSSLProxy module Provides HTTPS proxy support to httplib and urllib2
|
|
classes.
|
|
|
|
* 'OpenSSLProxy' is derived from httplib.HTTPS and provides HTTPS
|
|
proxy support
|
|
* 'OpenSSLProxyHandler' is dervived from urllib2.HTTPSHandler and
|
|
provides HTTPS proxy support
|
|
* Support for Basic User Authentication
|
|
* Honors environmental variable https_proxy
|
|
|
|
WWW: http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem-using.html
|