HTTP Overview

HTTP is Stateless

Each requested resource is a separate, independent, request to the server -- it is a stateless protocol.

HTTP Versions

W3C and Internet Engineering Task Force (IETF) oversees the Hypertext Transfer Protocol.

An HTTP Conversation

Common Headers

Request (Browser)
Response (Server)

HTTP 1.1 Methods

HTTP Response Codes

HTTP 1.1 status codes commonly seen

The complete list: