intercept
suspend fun intercept(
context: PipelineContext<Unit, ApplicationCall>
): Unit
Feature’s call interceptor that does all the job. Usually there is no need to install it as it is done during feature installation
suspend fun intercept(
context: PipelineContext<Unit, ApplicationCall>
): Unit
Feature’s call interceptor that does all the job. Usually there is no need to install it as it is done during feature installation