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.

Constructors

Link copied to clipboard
constructor(unit: String, from: Long?, to: Long?, length: Long?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val from: Long?
Link copied to clipboard
val length: Long?
Link copied to clipboard
val to: Long?
Link copied to clipboard