An open API service indexing awesome lists of open source software.

https://github.com/hellonico/dapah

Deamonized Http Proxy for Ajax request in Python 2
https://github.com/hellonico/dapah

Last synced: 12 months ago
JSON representation

Deamonized Http Proxy for Ajax request in Python 2

Awesome Lists containing this project

README

          

Simple Daemon HTTP proxy for python2

usage:

proxy.py start|stop|restart

will start on port 9999
To change the port

export PROXY_PORT=8081 ; proxy.py start