Join Slack
Powered by
i had an extension function: fun ApplicationCall.r...
# ktor
a
Artur Bosch
03/02/2017, 7:32 PM
i had an extension function: fun ApplicationCall.respondHtml(block: DIV.() -> Unit) { val html = homePage { block() } respondText(html, ContentType.Text.Html) }
Open in Slack
Previous
Next