Plugin

An installation object of the Routing plugin.

Properties

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

A unique key that identifies a plugin.

Link copied to clipboard

A definition for an event that is fired when routing-based call processing is finished.

Link copied to clipboard

A definition for an event that is fired when routing-based call processing starts.

Functions

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

A plugin's installation script.