ktor
1.6.8
3.0.3
3.0.2
3.0.0
2.3.12
2.2.4
2.0.3
1.6.8
ktor-server-core
/
io.ktor.routing
/
route
route
fun
Route
.
route
(
path
:
String
,
build
:
Route
.
(
)
->
Unit
)
:
Route
Content copied to clipboard
Builds a route to match specified
path
fun
Route
.
route
(
path
:
String
,
method
:
HttpMethod
,
build
:
Route
.
(
)
->
Unit
)
:
Route
Content copied to clipboard
Builds a route to match specified
method
and
path