HttpRouteRuleMatchHeaderRangeMatch

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

Constructors

Link copied to clipboard
constructor(end: Int, start: Int)

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