Flattr this

HTTP (HyperText Transfer Protocol

Description

HTTP is a data transfer protocol designed for accessing the content of the World Wide Web. It is normally carried by a TCP connection on port 80. Content is identified by means of a URL (Uniform Resource Locator) with a scheme name of http.

The original version of HTTP supported downloading only, but HTTP/1.0 added uploading of form data, and HTTP/1.1 directly supports the uploading of documents. A set of extensions called WebDAV provide further support for manipulating uploaded content, such as copying, moving, and setting properties.

By itself HTTP does not provide a secure connection, but it can be used in conjunction with SSL or TLS where this is a requirement. The default port number for this combination of protocols is 443 and the URL scheme name is https.

HTTP has found many applications beyond that for which it was originally intended. Examples include:

At the time of writing the most popular HTTP server was Apache. Other Open Source HTTP servers include nginx and lighttpd.

microHOWTOs

See also

Further reading