HTTP Proxy Server in Python
Project description
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
```
========
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
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
proxy.py-0.1.tar.gz
(7.0 kB
view details)
File details
Details for the file proxy.py-0.1.tar.gz.
File metadata
- Download URL: proxy.py-0.1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98360a92262d546a41a62fb6a2a033f9417603eeb03f8e9c3e80fbecd3ba089e
|
|
| MD5 |
997f5de947c22194caf15f372f477aed
|
|
| BLAKE2b-256 |
541c2d200e1daa6c3fc1e249856454a35f0226c603ea8bdd0e9a07f6326f8ad3
|