freebsd-ports/www/py-openssl-proxy/pkg-descr
Ruslan Makhmatkhanov b8310cd873 - remove stale master site and WWW
- do not use PYTHON_SITELIBDIR in dependency entries
- strict python version to 2.x only
- move pkg-plist contents to PLIST_FILES
2012-05-13 19:08:05 +00:00

9 lines
351 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