搜索资源列表
HTTP代理服务器(czy)
- 本章实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-chapter achieve a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, inc
实现Http代理服务器
- 用C#实现Http代理服务器-C# HTTP proxy server
ProxyServer.rar
- 一个简单的代理服务器,用来处理http协议中的get方法,A simple proxy server, http protocol to deal with the get method
VCPP-based-proxy-server
- 一个基于winsock的http代理服务器程序,允许自定义端口,并设置二级代理服务器。很好的学习windows网络编程的程序示例。-A winsock based http proxy server program that allows custom port, and set the secondary proxy server. Good examples on learning windows network programming.
Jhttpp2-SOURCE-0_4_25
- Java写的http代理服务器-Java writes http proxy server
HTTPProxyServerDesignandImplementation
- HTTP 代理服务器的设计与实现,包括代理模块、预取模块、双缓冲的设计与实现-HTTP Proxy Server design and implementation, including the proxy module, pre-fetching module, the design and implementation of double buffering
3proxy-0.7-devel
- Version 0.7b-devel, 2009. 3Proxy is really tiny cross-platform (Win32/Win64&Unix) freeware proxy servers set. It includes HTTP proxy with HTTPS and FTP support, SOCKSv4/SOCKSv4.5/SOCKSv5 proxy (socks/socks.exe), POP3 proxy, SMTP proxy, AIM/ICQ proxy
HTTP
- HTTP代理服务器,简单好用,满足实验要求-HTTP proxy server, easy to use, to meet the test requirements
tinyproxy-1.4.3pre7.tar
- 轻型http代理服务器- Light http proxy server
microproxy
- 一个小型http代理服务器-Instant http proxy server
MyProxy
- 这是一个简单代理服务器;支持HTTP/POP3/SMTP/FTP代理。其中只有HTTP为标准协议,其他为自定义简易协议;支持多连接并发访问。目的是为了网络的代理出口,以及隐藏IP信息。-This is a simple proxy server support HTTP/POP3/SMTP/FTP agents. Of these, only the standard HTTP protocol, the other for the custom summary agreement supp
123
- HTTP代理服务器源码 HTTP代理服务器源码 -HTTP proxy server source HTTP proxy server source HTTP proxy server source
tinyproxy-1.4.0pre2.tar
- tinyproxy is a small, efficient HTTP proxy daemon. tinyproxy is very useful in a small network setting, where a larger proxy like Squid would either be too resource intensive, or a security risk. One of the key features of tinyproxy is the
proxy
- 一个代理服务器程序,主要功能是通过代理服务器来过滤网络信息,只实现了http部分,本源码主要是为代理服务器的设计提供一个思路 。运行本程序之前需要先在浏览器中设置相应的代理服务器地址和端口,端口号默认为998。-A proxy server program, the main function is through a proxy server to filter network information, only part of the realization of the http, t
JavaProxy_src
- Java proxy server -http traffic filter-Java proxy server-http traffic filter
HTTP-Proxy-server
- 介绍基于HTTP的代理服务器的实现以及源码程序分析。-Based on the realization of the HTTP proxy server and the source program analysis.
http-proxy
- HTTP代理服务器,可以代理上网的源码,代理端口为8888,采用多线程处理,占用资源少,速度快-HTTP proxy server, proxy Internet source, proxy port 8888, a multi-threaded processing, less resource speed
HTTP-proxy
- 这是一个代理服务器实例,它支持二级代理,其中还有一个虚拟的Web服务器,其根目录是“ProxyServer.-a http proxy server.
Proxy-server
- HTTP代理服务器实例主框架代码分析,这段代码为一个简单的代理服务器的实现,实现较为基础,适合初学者使用。-http Proxy server
httpProxy
- 超轻量型 Http proxy Server,用来学习非常不错,实现GET/POST 的 Web 处理,可以帮助我们真正理解服务器程序的本质。(Super lightweight Http proxy Server, used for learning is very good, Web GET/POST, can help us understand the nature of the server program.)