Request
GET /news.html HTTP/1.1
Host: www.example.re
Response
HTTP/1.1 301 Moved Permanently
Location: http//www.example.com/feeds/news.html
Content-Type: text/html; charset=UTF-8
Content-Length: 150
< h1>The Newsfeed has moved
The newsfeed has moved permanently to < a href=/feeds/news.html>here. Please...
Initial request for document
GET /livingdocs/current_specs.pdf HTTP/1.1
Host: www.example.com
Accept-Encoding: gzip
Initial response from server
HTTP/1.1 200 OK
Etag: “1234 … 000"
Content-Encoding: gzip
Next request for document
GET /livingdocs/current_specs.pdf HTTP/1.1
Host: www.example.com
If-none-match: “1234...