Builds an HTTP Range header value (bytes=Start-End or bytes=Start-) from a ByteRange. Shared by streaming-capable drivers so the inclusive-range semantics are encoded identically across providers.
Range
bytes=Start-End
bytes=Start-
The inclusive byte range to encode.
A bytes=... string suitable for an HTTP Range header.
bytes=...
Builds an HTTP
Rangeheader value (bytes=Start-Endorbytes=Start-) from a ByteRange. Shared by streaming-capable drivers so the inclusive-range semantics are encoded identically across providers.