├── .gitignore ├── README.md └── proxy.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ziozzang/flask-as-http-proxy-server/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ziozzang/flask-as-http-proxy-server/HEAD/README.md -------------------------------------------------------------------------------- /proxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ziozzang/flask-as-http-proxy-server/HEAD/proxy.py --------------------------------------------------------------------------------