Hypertext Transfer Protocol: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 3: Line 3:
== Definition ==
== Definition ==


HTTP defines how a web server and a client (e.g. a web browser) communicate. It is one of the most important applications layer standards of the [[Internet]].
HTTP defines how a web server and a client (e.g. a web browser) communicate. It is one of the most important applications layer standards of the [[Internet]] and an important component of [[web application]]s.


According to [http://en.wikipedia.org/wiki/Http Wikipedia], {{quotation | Hypertext Transfer Protocol (HTTP) is a method used to transfer or convey information on the World Wide Web. Its original purpose was to provide a way to publish and retrieve HTML pages. Development of HTTP was coordinated by the World Wide Web Consortium and the Internet Engineering Task Force, culminating in the publication of a series of [[RFC]]s, most notably [http://tools.ietf.org/html/rfc2616 RFC 2616] (1999), which defines HTTP/1.1, the version of HTTP in common use today. (retrieved 17:57, 28 March 2007 (MEST))}}
According to [http://en.wikipedia.org/wiki/Http Wikipedia], {{quotation | Hypertext Transfer Protocol (HTTP) is a method used to transfer or convey information on the World Wide Web. Its original purpose was to provide a way to publish and retrieve HTML pages. Development of HTTP was coordinated by the World Wide Web Consortium and the Internet Engineering Task Force, culminating in the publication of a series of [[RFC]]s, most notably [http://tools.ietf.org/html/rfc2616 RFC 2616] (1999), which defines HTTP/1.1, the version of HTTP in common use today. (retrieved 17:57, 28 March 2007 (MEST))}}
Line 20: Line 20:




[[Category: Technologies]]
 
[[Category: Standards]]
[[Category: Standards]]
[[Category: Networking]]
[[Category: Web technologies]]
[[Category:Hypertext]][[Category:web standards]]

Latest revision as of 10:47, 31 July 2009

Draft

Definition

HTTP defines how a web server and a client (e.g. a web browser) communicate. It is one of the most important applications layer standards of the Internet and an important component of web applications.

According to Wikipedia, “Hypertext Transfer Protocol (HTTP) is a method used to transfer or convey information on the World Wide Web. Its original purpose was to provide a way to publish and retrieve HTML pages. Development of HTTP was coordinated by the World Wide Web Consortium and the Internet Engineering Task Force, culminating in the publication of a series of RFCs, most notably RFC 2616 (1999), which defines HTTP/1.1, the version of HTTP in common use today. (retrieved 17:57, 28 March 2007 (MEST))”

Links

Standards
Introductory texts
Other
  • HTTP Status Codes (e.g. the numbers you see in your navigator when something goes wrong)