respondHtmlPartialWriter

suspend fun ApplicationCall.respondHtmlPartialWriter(contentType: ContentType = ContentType.Text.Html.withCharset(Charsets.UTF_8), status: HttpStatusCode = HttpStatusCode.OK, prettyPrint: Boolean = false, xhtmlCompatible: Boolean = false, block: TagConsumer<Writer>.() -> Unit)(source)