Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
/ http_proxy Public archive

Python socket写的http代理 用到了多进程和协程

License

Notifications You must be signed in to change notification settings

playay/http_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http_proxy.py

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

依赖库(gevent)

pip install gevent

##目录说明

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

##更新日志 change_log.md

About

Python socket写的http代理 用到了多进程和协程

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages