toggle menu
ktor-openapi
5.2.0
jvm
switch theme
search in API
ktor-openapi
/
io.github.smiley4.ktoropenapi
/
options
options
fun
Route
.
options
(
path
:
String
,
builder
:
RouteConfig
.
(
)
->
Unit
=
{ }
,
body
:
suspend
RoutingContext
.
(
)
->
Unit
)
:
Route
fun
Route
.
options
(
builder
:
RouteConfig
.
(
)
->
Unit
=
{ }
,
body
:
suspend
RoutingContext
.
(
)
->
Unit
)
:
Route