class Velocity
Velocity ktor feature. Provides ability to respond with VelocityContent and respondTemplate.
companion object Feature : ApplicationFeature<ApplicationCallPipeline, VelocityEngine, Velocity>
A companion object for installing feature |
Velocity(engine: VelocityEngine)
Velocity ktor feature. Provides ability to respond with VelocityContent and respondTemplate. |
val key: AttributeKey<Velocity> |
fun install(pipeline: ApplicationCallPipeline, configure: VelocityEngine.() -> Unit): Velocity |