ktor-server-core / io.ktor.features / HttpsRedirect / Configuration / excludePredicates

excludePredicates

val excludePredicates: MutableList<(ApplicationCall) -> Boolean>

The list of call predicates for redirect exclusion. Any call matching any of the predicates will not be redirected by this feature.