respondHtml

suspend fun ApplicationCall.respondHtml(status: HttpStatusCode = HttpStatusCode.OK, block: HTML.() -> Unit)

Responds to a client with a HTML response, using specified block to build an HTML page