mirror of
https://github.com/hamburghammer/gohttpserver.git
synced 2024-12-23 06:57:40 +01:00
10 lines
196 B
Markdown
10 lines
196 B
Markdown
## File: scripts/proxy.py
|
|
Proxy request
|
|
|
|
## Dependencies
|
|
need tornado, `pip install tornado`
|
|
|
|
## How to use
|
|
Start server `python proxy.py --port 8100`
|
|
|
|
http GET localhost:8100/proxy/www.baidu.com
|