ktor-server-core / io.ktor.routing / OrRouteSelector / <init>

<init>

OrRouteSelector(first: RouteSelector, second: RouteSelector)

Evaluates a route as a result of the OR operation using two other selectors

Parameters

first - is a first selector

second - is a second selector