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.path.auth
/
head
head
inline
fun
<
TParams
:
Any
,
TResponse
:
Any
,
TAuth
>
OpenAPIAuthenticatedRoute
<
TAuth
>
.
head
(
vararg
modules
:
RouteOpenAPIModule
,
example
:
TResponse
?
=
null
,
noinline
body
:
suspend
OpenAPIPipelineAuthContext
<
TAuth
,
TResponse
>
.
(
TParams
)
->
Unit
)
(
source
)