HTTP Headers
HTTP Headers
Web Techniques
HTTP Basics
The web runs on HTTP, the HyperText Transfer Protocol.
This protocol governs how web browsers request files from web servers and how the
servers send the files back.
When a web browser requests a web page, it sends an HTTP request message to a web
server.
The request message always includes some header information, and it sometimes also
includes a body.
The web server responds with a reply message, which always includes header
information and usually contains a body.
HTTP/1.1 200 OK
Date: Sat, 26 Jan 2002 20:25:12 GMT
Server: Apache 1.3.22 (Unix) mod_perl/1.26 PHP/4.1.0
Content-Type: text/html Content-Length: 141