The If-None-Match header carries the cached validator tag.
The validator is a header
The If-None-Match header carries the client's cached tag.
If-None-Match is present
The tag is exact text
The quoted tag is parsed from the request bytes and shown in the table.
validator tag parsed
The header asks a question
It asks whether the server's current tag still matches the cached copy.
does my tag still match?
Summary
The request sends a validator instead of assuming the cached body is fresh.
validator sent