CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - HTTP server get post

搜索资源列表

  1. HS_HTTP_Client

    1下载:
  2. 本程序是用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.
  3. 所属分类:浏览器

    • 发布日期:2008-10-13
    • 文件大小:70159
    • 提供者:侯爽
  1. small_http_server

    0下载:
  2. 轻量级http服务器程序,实现了一个HTTP服务器的所有基本功能,包括GET, HEAD, and POST方法等等。-Lightweight http server, a HTTP server to achieve all the basic functions, including GET, HEAD, and POST methods.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:90900
    • 提供者:Sky_Walker
  1. lyoulhttpclient

    0下载:
  2. CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient are for the purpose of simplifying the WinInet' s AP
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2014-07-16
    • 文件大小:1367469
    • 提供者:王波
  1. posthttp

    0下载:
  2. VC写的向HTTP服务器POST数据并获取返回参数的程序-VC write data to the HTTP server and get return parameters POST program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:6712
    • 提供者:sunkai
  1. CSharp_Simulation_IIS_SeverGET_POST

    0下载:
  2. 建于: 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
  3. 所属分类:Web Server

    • 发布日期:2017-03-31
    • 文件大小:179351
    • 提供者:香门
  1. WebServerIIS

    0下载:
  2. 相当于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,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-19
    • 文件大小:62500
    • 提供者:ibmis
  1. shttp

    0下载:
  2. 实现一个简单的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
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:244703
    • 提供者:吴林阳
  1. commandline

    0下载:
  2. http server,最简化例程.支持HTTP POST/GET -http server, minimized,support http POST/GET
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-19
    • 文件大小:68720
    • 提供者:russot
  1. mini-server-http

    0下载:
  2. 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,
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-07
    • 文件大小:218923
    • 提供者:Oziel
  1. HTTPGetPost

    0下载:
  2. 一个连接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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:35065
    • 提供者:chenguoyin
  1. CPP-webservice

    0下载:
  2. 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
  3. 所属分类:Web Server

    • 发布日期:2017-05-20
    • 文件大小:5857701
    • 提供者:周汉
  1. httpServer

    0下载:
  2. c#编程实现一个简单的http服务器,包括get和post方法-c# programming to implement a simple http server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:47409
    • 提供者:袁世凯
  1. http-server-demo

    1下载:
  2. delphi http服务器端的示例代码,编程工具 delphi7,http post get-delphi7,http post get
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-05
    • 文件大小:245784
    • 提供者:mark
  1. VB 代理服务器

    0下载:
  2. VB写的代理服务器,对HTTP的GET和POST支持很好(The proxy server written by VB is good for HTTP's GET and POST support)
  3. 所属分类:代理服务器

    • 发布日期:2018-01-06
    • 文件大小:4096
    • 提供者:yhindex
  1. Web服务器

    0下载:
  2. 超轻量型 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.)
  3. 所属分类:Web服务器

    • 发布日期:2018-01-06
    • 文件大小:69692416
    • 提供者:vision2sky
  1. httpProxy

    0下载:
  2. 超轻量型 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.)
  3. 所属分类:Web服务器

    • 发布日期:2018-01-06
    • 文件大小:13547520
    • 提供者:vision2sky
搜珍网 www.dssz.com