All Types

io.ktor.application.ApplicationCall (extensions in package io.ktor.mustache)
io.ktor.mustache.Mustache

Feature for providing Mustache templates as MustacheContent

io.ktor.mustache.MustacheContent

Response content which could be used to respond ApplicationCalls like `call.respond(MustacheContent(...))