ktor-utils
Toggle table of contents
3.3.0
common
Platform filter
common
Switch theme
Search in API
ktor-utils
ktor-utils
/
io.ktor.util.debug
/
initContextInDebugMode
init
Context
In
Debug
Mode
suspend
fun
<
T
>
initContextInDebugMode
(
block
:
suspend
(
)
->
T
)
:
T
(
source
)
Initialize plugins debug mode for
block
Report a problem