Simple HTTP proxy.
Project description
asynchronous simple http proxy
Simple HTTP proxy powered by aiohttp.
Usage
follow my tutorials below step by step carefully.
- open a new terminal.
- type
pip install -e .
, hitEnter
. - type
asproxy
, hitEnter
. - open another terminal.
- type
curl -x http://127.0.0.1:8080 -X GET http://www.baidu.com/ -v -I
, hitEnter
. - 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.
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
asproxy-0.1.0.tar.gz
(2.4 kB
view hashes)