ktor
1.6.8
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
ktor-server-core
/
io.ktor.routing
/
RoutingPathSegment
Routing
Path
Segment
data
class
RoutingPathSegment
(
value
:
String
,
kind
:
RoutingPathSegmentKind
)
Content copied to clipboard
Represent a single routing path segment
Constructors
Properties
Constructors
Routing
Path
Segment
Link copied to clipboard
fun
RoutingPathSegment
(
value
:
String
,
kind
:
RoutingPathSegmentKind
)
Content copied to clipboard
Properties
kind
Link copied to clipboard
val
kind
:
RoutingPathSegmentKind
Content copied to clipboard
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard