HttpContentRangeHeader
data class HttpContentRangeHeader(val unit: String, val from: Long?, val to: Long?, val length: Long?)
Parameters
from
The position at which the data starts.
to
The position at which the data stops.
length
The starting or ending point of the range.