当前位置:
首页 资源下载
搜索资源 - HTTP server get post
搜索资源列表
-
1下载:
本程序是用Sockets编写的HTTP客户程序实例,它具有三个基本的命令:GET、HEAD、POST,可以和我前一次发的HTTP服务器进行测试。-this procedure is used to prepare the HTTP Sockets clients example, It has three basic commands : GET, HEAD, POST, and before I could once when the HTTP server for testing.
-
-
0下载:
轻量级http服务器程序,实现了一个HTTP服务器的所有基本功能,包括GET, HEAD, and POST方法等等。-Lightweight http server, a HTTP server to achieve all the basic functions, including GET, HEAD, and POST methods.
-
-
0下载:
CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient are for the purpose of simplifying the WinInet' s AP
-
-
1下载:
wince 下socket实现的HTTP类,支持post和get-HTTP classes implement by socket,supports POST and GET.
-
-
0下载:
mini_httpd is a small HTTP server. Its performance is not great, but for low or medium traffic sites it s quite adequate. It implements all the basic features of an HTTP server, including:
GET, HEAD, and POST methods.
CGI.
Basic authenticati
-
-
0下载:
VC写的向HTTP服务器POST数据并获取返回参数的程序-VC write data to the HTTP server and get return parameters POST program
-
-
0下载:
建于: 2010-12-12
作者: kevery / 香門 QQ:214958266
目的: 模拟IIS服务器
当前: 测试模块效果 测试环境:Visual Studio 2005 C# .NET Framework 2.0 windows 7
用途: 建立简单C/B/S模式转输数据.
优点: 采用HTTP方式(方式:POST GET) ,简单,实用.
GET方式时,访问未指明的文件名时,默认访问:index.html文件,即默认主页-Built in: 2010
-
-
0下载:
用socket实现的http响应服务器和客户端,以及GET与POST实例。-Using socket to achieve the HTTP in response to the server and the client, as well as the GET and POST instance.
-
-
0下载:
相当于IIS的Http服务器小程序,对学习服务器编程有帮助。 该Web服务器的结构采用“请求/响应”的模型,具有支持多线程,配置网站所在目录和缺省主页,支持GET、POST和HEAD等方法,基本的错误处理,支持ASP等功能。-Corresponds to the the the IIS Http server program, learning server programming. The structure of the Web server request/response model,
-
-
0下载:
实现一个简单的http收发协议,完成post和get两个功能,post用于向服务器指定文件末尾添加字符,get用于从服务器取回指定文件-Achieve a the simple http transceiver agreement, the completion of the post and get two functions, post used to add character to the end of the specified file to the server, get used
-
-
0下载:
一个HTTP代理服务器.采用select socket
多线程.
POST和GET都测试过.-An HTTP proxy server using the select socket multi-threaded POST and GET are tested.
-
-
0下载:
http server,最简化例程.支持HTTP POST/GET -http server, minimized,support http POST/GET
-
-
0下载:
是一个可嵌入式的、跨平台的小型 HTTP 服务器的实现,实现了基本的 GET 和 POST 方法,支持 x86 (Windows/Linux), ARM, MIPS 和其他 POSIX 平台。支持嵌入式和独立运行两种模式。-Is an embeddable, cross-platform implementation of the HTTP server for small to achieve the basic GET and POST methods support x86 (Window
-
-
0下载:
MiniWeb is an embeddable, cross-platform, small-footprint HTTP server implementation, implementing basic GET and POST requests as well as request handling dynamic content generating. It works on x86 (Windows/Linux), ARM, MIPS and any posix platforms,
-
-
0下载:
一个连接HTTP服务器的CLient是用MFC做多文档视图做的界面,其中详细的接受啊了使用HTTP Get和HTTP Post两种方式向服务器的发送请求的过程,并且把发送请求的http协议头和收到的协议头和内容都输出到了界面中,很容理解http协议。VC6.0测试通过,使用的时候,只需修改代码中http服务器的地址即可。-HTTP server CLient a connection is made with a multi-document view MFC int
-
-
0下载:
C++ 编写的有关HTTP协议的web server支持HTTP协议中GET,POST,PUT等方法,是很好学习HTTP协议,做web server很好的源码-C++ prepared by the HTTP protocol web server supports HTTP protocol GET, POST, PUT and other methods, is a good learning HTTP protocol, do a good source web server
-
-
1下载:
delphi
http服务器端的示例代码,编程工具 delphi7,http post get-delphi7,http post get
-
-
0下载:
VB写的代理服务器,对HTTP的GET和POST支持很好(The proxy server written by VB is good for HTTP's GET and POST support)
-
-
0下载:
超轻量型 Http Server,用来学习非常不错,实现GET/POST 的 Web 处理,可以帮助我们真正理解服务器程序的本质。(Super lightweight Http Server, used for learning is very good, Web GET/POST, can help us understand the nature of the server program.)
-
-
0下载:
超轻量型 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.)
-