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

exclude

fun exclude(predicate: (call: ApplicationCall) -> Boolean): Unit

Exclude calls matching the predicate from being redirected to https by this feature.