nee-ctx-web-ktor / dev.neeffect.nee.ctx.web.pure / RoutingDef

RoutingDef

data class RoutingDef<R, G : TxProvider<R, G>> : Routing<R, G>

Constructors

<init>

RoutingDef(r: (Route, WebContextProvider<R, G>) -> Unit)

Functions

buildRoute

fun buildRoute(route: Route, ctx: WebContextProvider<R, G>): Unit

plus

operator fun plus(other: RoutingDef<R, G>): RoutingDef<R, G>