The Range header asks for an inclusive byte span.
Range asks for byte offsets
The Range row asks for bytes starting at 2 and ending at 5.
start=2, end=5
The end offset is included
This toy Range is inclusive, so the table lists every selected offset.
offsets selected
The header is exact bytes
The trust boundary reads Range from the pinned request bytes before rendering the row.
Range parsed from request
Summary
Range narrows the request to one inclusive byte span.
range span checked