ktor-mustache / io.ktor.mustache / Mustache

Mustache

class Mustache

Feature for providing Mustache templates as MustacheContent

Types

Configuration

class Configuration

Feature

companion object Feature : ApplicationFeature<ApplicationCallPipeline, Configuration, Mustache>

Constructors

<init>

Mustache(configuration: Configuration)

Feature for providing Mustache templates as MustacheContent

Companion Object Properties

key

val key: AttributeKey<Mustache>

Companion Object Functions

install

fun install(pipeline: ApplicationCallPipeline, configure: Configuration.() -> Unit): Mustache