Plugin

object Plugin : BaseApplicationPlugin<Application, Routing, Routing>

An installation object of the Routing plugin.

Functions

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

A plugin's installation script.

Properties

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

A unique key that identifies a plugin.

Link copied to clipboard
val RoutingCallFinished: <ERROR CLASS><T>

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

Link copied to clipboard
val RoutingCallStarted: <ERROR CLASS><T>

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