withMDCBlock
suspend fun <C : PipelineContext<*, ApplicationCall>> C.withMDCBlock(
block: suspend C.() -> Unit
): Unit
suspend fun withMDCBlock(
call: ApplicationCall,
block: suspend () -> Unit
): Unit
suspend fun <C : PipelineContext<*, ApplicationCall>> C.withMDCBlock(
block: suspend C.() -> Unit
): Unit
suspend fun withMDCBlock(
call: ApplicationCall,
block: suspend () -> Unit
): Unit