The Accept header asks for JSON.
Accept asks for JSON
The Accept row says application/json.
Accept=application/json
It is a request header
Accept is not a response body. It is the client's format preference for this toy request.
format preference
The choice is still recomputed
The model reads Accept from the pinned request bytes before any response row is rendered.
Accept parsed from bytes
Summary
The pinned request asks for JSON without changing the path.
JSON requested