The toy request asks for one item.
The request uses GET
The request line asks for the toy item path.
GET /item
The Host header names api.example
The Host row keeps the toy API site separate from the format choice.
Host=api.example
The version token is pinned
The request line ends with the pinned HTTP version token.
HTTP version token
Summary
The request line says what item is wanted before the Accept header says the preferred shape.
request checked