Metadata-Version: 2.1
Name: asproxy
Version: 0.1.0
Summary: Simple HTTP proxy.
Home-page: https://github.com/nnnewb/asproxy
Author: weak_ptr
Author-email: weak_ptr@163.com
License: UNKNOWN
Keywords: proxy asyncio
Platform: UNKNOWN
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
Requires-Dist: aiohttp (==3.5.4)
Requires-Dist: coloredlogs (==10.0)

# asynchronous simple http proxy

Simple HTTP proxy powered by [aiohttp](https://github.com/aio-libs/aiohttp/).

## Usage

follow my tutorials below step by step carefully.

1. open a new terminal.
2. type `pip install -e .`, hit `Enter`.
3. type `asproxy`, hit `Enter`.
4. open another terminal.
5. type `curl -x http://127.0.0.1:8080 -X GET http://www.baidu.com/ -v -I`, hit `Enter`.
6. now watch the boring output and enjoy this moment. Now you got a useless HTTP proxy running!

Got problem or any question? 

> Why not ask The Magic Conch !

## Contribution

No, don't do that.

## License

I don't care.


