搜索资源列表
AProxy
- 一个小巧的代理程序(编译后压缩大约5K),工作模式是单线程的,即异步模式, 工作在1个端口,根据分析请求的数据,同时支持3种常用代理: 1, HTTP代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 3, Sock5代理(TCP,UDP)-a compact agents (compiled compressed about 5K), the mode is the thread, that is asynchronous mode, in a port,
ZXProxy
- 一个小巧的代理程序(编译后压缩大约5K),工作模式是多线程的,和异步模式比较是这个的代码思路直观、简单明了,不过当然没异步的性能了,同样是工作在1个端口,根据分析请求的数据,同时支持3种常用代理: 1, HTTP代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 3, Sock5代理(TCP,UDP) -a compact agents (compiled compressed about 5K), the mode is a multithreaded,
HTTPProxyServer
- HTTP代理服务器,并发,支持POST,偶的作业。-HTTP proxy server, with support POST, the dual operations.
main.c
- 简单的实现get,post,head功能的http代理服务器-http proxy
goproxy
- 用go语言实现的一个非常好用的代理程序,可以通过简单的配置hosts文件来实现,url映射,详细功能介绍请看这篇博文:http://rongmayisheng.com/post/goproxy- e7 81 b5 e6 b4 bb e7 9a 84 e5 8f 8d e5 90 91 e4 bb a3 e7 90 86 e5 92 8c e9 9d 99 e6 80 81 e8 b5 84 e6 ba 90 e4 bb a3 e7 90 86-Language go a very useful
VB 代理服务器
- VB写的代理服务器,对HTTP的GET和POST支持很好(The proxy server written by VB is good for HTTP's GET and POST support)
