toggle menu
ktor
3.0.0
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
switch theme
search in API
ktor-http
/
io.ktor.http
/
ContentRange
/
Suffix
Suffix
data
class
Suffix
(
val
lastCount
:
Long
)
:
ContentRange
Represents a
Content-Range
bounded by tail size
Members
Constructors
Suffix
Link copied to clipboard
constructor
(
lastCount
:
Long
)
Properties
last
Count
Link copied to clipboard
val
lastCount
:
Long
number of tail bytes
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String