The HTTP protocol
- Application protocol for transmitting hypermedia documents (HTML)
- Two types of messages: requests & responses
- HTTP message split between headers & body
- HTTP response always contains
- the protocol (HTTP/1.1)
- a status code (200, 404, ...)
- a status text (page not found)