User-server interaction: conditional GET
Goal: don’t send object if client has up-to-date stored (cached) version
client: specify date of cached copy in http request
If-modified-since: <date>
server: response contains no object if cached copy up-to-date:
HTTP/1.0 304 Not Modified
If-modified-since: <date>
If-modified-since: <date>