Fast • 🪶 Lightweight • 0️⃣ Dependency • 🔌 Pluggable • 😈 TLS interception • 🔒 DNS-over-HTTPS • 🔥 Poor Man's VPN • Reverse & Forward • 👮🏿 "Proxy Server" framework • 🌐 "Web Server" framework • ➵ ➶ ➷ ➠ "PubSub" framework • 👷 "Work" acceptor & executor f
Go to file
Abhinav Singh ea33c0e2c9 Prepare for v0.2 release
- Fix for None:None access log messages which essentially happen when client
closes a connection without making any request over it.
- Better log messages
- Fix setup.py for single file module
2015-03-17 12:30:25 -07:00
.gitignore variablize reply pkt, ignore, Makefile 2013-12-24 03:21:45 +05:30
LICENSE setup.py and argparse 2013-08-20 14:56:32 +05:30
MANIFEST.in setup.py and argparse 2013-08-20 14:56:32 +05:30
Makefile refactor + add tests 2014-02-21 03:26:27 +05:30
README.md updated README.md 2013-08-31 14:49:22 +05:30
proxy.py Prepare for v0.2 release 2015-03-17 12:30:25 -07:00
setup.py Prepare for v0.2 release 2015-03-17 12:30:25 -07:00
tests.py to single file 2015-03-09 21:23:49 +09:00

README.md

proxy.py

Lightweight HTTP Proxy Server in Python.

Features

  • Distributed as a single file module
  • No dependency other than the Python standard library
  • Support for http, https, websockets request proxy

Install

To install proxy.py, simply:

$ pip install proxy.py

This will add proxy.py inside your python bin folder.

Usage

$ proxy.py -h
usage: proxy.py [-h] [--hostname HOSTNAME] [--port PORT]
                [--log-level LOG_LEVEL]

proxy.py v0.1

optional arguments:
  -h, --help            show this help message and exit
  --hostname HOSTNAME   Default: 127.0.0.1
  --port PORT           Default: 8899
  --log-level LOG_LEVEL
                        DEBUG, INFO, WARNING, ERROR, CRITICAL

Having difficulty using proxy.py? Report at:
https://github.com/abhinavsingh/proxy.py/issues/new