Feature

object Feature : ApplicationFeature<Application, Routing, Routing>

Installable feature for Routing

Functions

Link copied to clipboard
open override fun install(pipeline: Application, configure: Routing.() -> Unit): Routing

Feature installation script

Properties

Link copied to clipboard
open override val key: AttributeKey<Routing>

Unique key that identifies a feature

Link copied to clipboard

Event definition for when a routing-based call processing finished

Link copied to clipboard

Event definition for when a routing-based call processing starts