Member Junction
    Preparing search index...

    Function BuildHttpRangeHeader

    • 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.

      Parameters

      • range: ByteRange

        The inclusive byte range to encode.

      Returns string

      A bytes=... string suitable for an HTTP Range header.