respondHtml
suspend fun ApplicationCall.respondHtml(status: HttpStatusCode = HttpStatusCode.OK, block: HTML.() -> Unit)
Content copied to clipboard
Responds to a client with a HTML response, using specified block to build an HTML page