Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 363 Bytes

File metadata and controls

20 lines (12 loc) · 363 Bytes

http_proxy.py

python socket 实现的http代理
支持的方法:GET,POST,HEAD,CONNECT (其他的方法,没具体看协议的规定,所以没做)
多进程&&协程&&短连接

依赖库(gevent)

pip install gevent

##目录说明

  • bin/ 程序的可执行文件,及使用说明

##更新日志 change_log.md