1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/www/py-openssl-proxy/pkg-descr
Andrew Pantyukhin f9c0db31b0 Add port www/py-openssl-proxy:
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
2006-07-22 20:21:58 +00:00

12 lines
443 B
Plaintext

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