All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kotlin-server.libraries.ktor._response.mustache Maven / Gradle / Ivy

The newest version!
val exampleContentType = "{{{contentType}}}"
val exampleContentString = """{{&example}}"""

when (exampleContentType) {
    "application/json" -> call.respondText(exampleContentType, ContentType.Application.Json)
    "application/xml" -> call.respondText(exampleContentString, ContentType.Text.Xml)
    else -> call.respondText(exampleContentString)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy