HttpRouteHeaderMatchIntegerRangeResponse

data class HttpRouteHeaderMatchIntegerRangeResponse(val end: Int, val start: Int)

Represents an integer value range.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: Int

End of the range (exclusive)

Link copied to clipboard
val start: Int

Start of the range (inclusive)