HTTP 和 W3C

RFC2616 - Hypertext Transfer Protocol -- HTTP/1.1

 The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. It is a generic, stateless, protocol which can be used for many tasks beyond its use for hypertext, such as name servers and distributed object management systems, through extension of its request methods, error codes and headers. A feature of HTTP is the typing and negotiation of data representation, allowing systems to be built independently of the data being transferred.

超文本传输协议是一个为分布式的、协作的、超媒体信息系统制定的应用程序级协议 。它是通用的、无状态的协议,除了作超文本还有许多用途,如通过它的请求方法扩展,错误代码和头部,用作名字服务器和分布式对象管理系统。HTTP 的一个特性是数据表现的生成(typing)和协商,允许独立地建立数据传输系统。

HTTP has been in use by the World-Wide Web global information initiative since 1990. This specification defines the protocol referred to as "HTTP/1.1", and is an update to RFC 2068

http://www.w3.org/Protocols/rfc2616/rfc2616.html
http://www.faqs.org/rfcs/rfc2616.html
http://www.ietf.org/rfc/rfc2616.txt


HTTP - Hypertext Transfer Protocol
http://www.w3.org/Protocols/


W3C Technical Reports
http://www.w3.org/TR


The XMLHttpRequest Object specification defines an API that provides scripted client functionality for transferring data between a client and a server. W3C 的HTML对象规格定义一个提供客户脚本功能以在客户机与服务器之间传输数据的API 。
http://www.w3.org/TR/XMLHttpRequest/


HTML
http://www.w3.org/html/


HTML Working Group
http://dev.w3.org/html5/spec/Overview.html


XHTML2 Working Group Home Page
http://www.w3.org/MarkUp/


Extensible Markup Language (XML)
http://www.w3.org/XML/


Widgets 1.0: APIs and Events
http://www.w3.org/TR/2009/WD-widgets-apis-20090205/


Web Services Activity
http://www.w3.org/2001/sw/


W3C Web Applications (WebApps) Working Group
http://www.w3.org/2008/webapps/


W3C Home Page News Archive
http://www.w3.org/News

原文地址:https://www.cnblogs.com/feixian49/p/1390407.html