Range HTTP Header

Range

Send or receive a partial part of the resource.

Accepted Values

The header accepts one of the following patterns.

  • bytes=<start>-<end>

  • bytes=<start>-<end>/<total>

Where the value of these patterns is defined as:
end=<integer>

End byte position

end=4
start=<integer>

Start byte position

start=4
total

Total bytes.

Example

Range: bytes=1000-2000
Range: bytes=1000-2000/22322

Parse

Enter a Range header below to parse and return details about it.

Reference

https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests