The toy request asks for a stream.
The request uses GET
The request line asks for the toy stream path.
GET /stream
The Host header names api.example
The Host row pins the toy API site.
Host=api.example
The request body is empty
The chunked bytes appear in the response, not in this request body.
response carries chunks
Summary
The request asks for a stream, and the response chooses chunked transfer.
request checked