respondWith

suspend fun ApplicationCall.respondWith(text: String, contentType: ContentType = Text.Plain.withCharset(Charsets.UTF_8), status: HttpStatusCode = HttpStatusCode.OK)(source)