LITA Regional Institute: Proxy Web Servers and Authentication
Atlanta, GA May 30, 2003
Proxy Web Servers and Authentication > How Proxies Work > Overview of HTTP/1.0 and HTTP/1.1 protocols
Formats of messages
- HTTP messages have the following structure
- Request/Response Line
- Zero or more headers
- A blank line
- Zero or one entities
- Request lines have the form: <Method> <Address> <Protocol-Version>
- Response lines have the form: <Protocol-Version> <Response-code> <Text-Message>
- Header lines have the form: <Header-name>: <Value>
- Lines end with Carriage-Return/Line-Feed combinations.