搜索资源列表
mhttpd-2.0.1.tar
- 一个非常example的minimal http服务器,用非常纯粹的c++完成,可以作为学习c++和socket编程的最佳例子!-example of a very minimal http server, with very pure c completed, could serve as learning c socket programming and the best example!
mfc_based_http_server
- 一个基于MFC的HTTP服务器程序,代码写得还可以。-MFC-based HTTP server program, the code can be written.
desktoptwitter
- This project will teach you how to implement http post using Indy Components. Here I used twitter as a server.
2
- The proxy project is an implementation of an HTTP, FTP and SOCKS proxy server and PortMap server.
HttpProxy_shawn
- 封装的dll,实现了http模式 的代理服务器。内部有对 oracle的 数据库访问功能,用ADO 技术实现。还有连接控制管理功能。这个程序本身是我们做的一个对通讯软件的代理软件的一个子功能。实现的是http代理。-Package dll, achieved a http proxy server mode. Internal to the oracle database access functions, using ADO technology. There are connection c
FxStocker
- 在新浪的服务器的基础上开发的可以查询当前股票指数的Dll动态库,其中生成的动态库已经包含在其中了,里面使用了ACE的一些功能,封装了HTTP POST和GET的方法,采用POST到新浪服务器,获得股票指数,再解析的方式,如果你不能编译,请先添加ACE的库再进行编译, 也可以直接通过loadlibrary和GetProcAddress的方式调用,接口参考工程院文件-In Sina' s server that can be developed on the basis of the Dll
high-performance-server_demo
- a http server program demo basis on c++.
project-http
- web服务器的设计与开发(含有报告) 课程设计 网络通讯-web server design and development (with report) course design network communications
httpservr
- This source code describes how to establish a http server through MFC(visual c++).
TestHttpPost
- 模拟HTTP POST/GET请求的工具,方便测试服务器网络接口-Simulate HTTP POST/GET request tool to facilitate the testing server network interface
HTTP
- 这是一个HTTP服务器的源代码,采用了异步方式,从网上下载的测试了一下没问题,使用vc6 编写-This is a HTTP server source code, using the asynchronous mode, downloaded from the Internet test it no problem, use vc6 prepared
miniweb-win32-20120229
- miniweb源码,一个小型的http服务器-miniweb resource,one cute http server
FTP--CS
- 自己写的非标准的ftp协议的客户端和服务端,可以实现断点续传-Client and server to write their own non-standard ftp protocol, HTTP can be achieved
HTTP--communication-on-Web-Server
- This is a simple c++ code and data about HTTP communication on Web server.
tcpIP4
- 一个简单的web服务器,它仅能处理一个请求. Web服务器: (1)当一个客户(浏览器)连接时创建一个连接套接字; (2)从连接套接字接收http请求。 (3)解释该请求以确定所请求的文件; (4)从服务器的文件系统获得请求的文件。 (5)创建一个由请求的文件组成的http响应报文。报文前面有首部行。 (6)经TCP连接想请求的浏览器发送响应。如果浏览器请求的文件不在服务器,服务器返回“404 Not Found”差错报文。 Web客户端:采用浏览器实现。输入UR
