RouteSpecHttpRouteMatchHeaderMatchRange

data class RouteSpecHttpRouteMatchHeaderMatchRange(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.

Link copied to clipboard
val start: Int

Start of the range.