Skip to content

Unit03/async_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP proxy

Based on Python 3.5 and asyncio.

Install and run using Docker Compose:

$ docker-compose up

or Python + pip alone:

$ pip install -e .
$ python proxy.py

Configuration

You can use environment variables to configure the proxy:

$ export PROXY_HOST=host
$ export PROXY_PORT=8888

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages