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