Ktor OpenAPI/Swagger 3 Generator
Toggle table of contents
1.0.72
jvm
Platform filter
jvm
Switch theme
Search in API
Ktor OpenAPI/Swagger 3 Generator
Ktor OpenAPI/Swagger 3 Generator
/
com.papsign.ktor.openapigen.route
/
route
route
fun
<
T
:
OpenAPIRoute
<
T
>
>
T
.
route
(
path
:
String
)
:
T
(
source
)
inline
fun
<
TRoute
:
OpenAPIRoute
<
TRoute
>
>
TRoute
.
route
(
path
:
String
,
crossinline
fn
:
TRoute
.
(
)
->
Unit
)
(
source
)
Creates a new route matching the specified
path