搜索资源列表
MyHttpClient
- 这是对HTTP协议的请求服务的简单实现,能够向HTTP服务器发出HTTP请求并接收服务器返回的内容。-This is the HTTP protocol at the request of the simple realization, HTTP server can be sent to the HTTP server and receives requests for the return of the content.
httptunnel-1.3.2
- 打通http隧道的代码,可以把所有的协议封装成http请求,可以穿透防火墙,非常强大!-Open up http tunnel code, you can encapsulate all the protocols http request, can penetrate the firewall, very powerful!
HttpServer
- HTTP 是一个属于应用层的面向对象的协议,由于其简捷、快速的方式,适用于分布式超媒体信息系统。它于1990年提出,经过几年的使用与发展,得到不断地完善和扩展。目前在WWW中使用的是HTTP/1.0的第六版,HTTP/1.1的规范化工作正在进行之中,而且HTTP-NG(Next Generation of HTTP)的建议已经提出。 -Resolution Protocol http is achieved through a service, mainly by the customer
HyperTextTransferProtocol
- 超文本传输协议(HTTP)是一种为分布式,协作式的,超媒体信息系统。它是一种通用的,无 状态(stateless)的协议,除了应用于超文本传输外,它也可以应用于诸如名称服务器和分布 对象管理系统之类的系统,这可以通过扩展它的请求方法,错误代码和消息头[47]来实现。 HTTP的一个特性就是是数据表现形式是可以定义的和可协商性的,这就允许系统能独立于于 数据传输被构建. HTTP 在1990 年WWW 全球信息刚刚起步的时候就得到了应用。本说明书详细阐述了 HTTP/1.1
Fetche-HTTP-1.1.0
- Code to fetch the link for any web data. This code is for HTTP Request/Response fatching.