About this site

This site presents a list of open source HTTP proxies written in java and python, with comparison tables, so that you compare the proxies on a feature by feature basis. Further detail is available on each proxy: click it's name for more info.

NAVIGATION: Front page | java proxy comparison table | python proxy comparison table

Detailed information about PYTHON proxy: ProxyHTTPServer
Proxy Name ProxyHTTPServer
Language and version python version: 2.5.1
HTTP version 1.1
HTTPS Connect no
Windows NTLM support no
Last updated YYYY-MM-DD 2007-11-24
Platform all
Author Davide Rognoni
Home page http://pypi.python.org/pypi/ProxyHTTPServer/
Primary features A proxy which you can easily modify to implement desired features.
Features The primary feature of this proxy is that it logs all HTTP requests.
License Public Domain
Design Architecture Threaded
Notes ProxyHTTPServer is based on BaseHTTPServer, and uses a straightforward and easy-to-follow design. It is published by the creator of PyWebRun