Package-level declarations
Functions
Link copied to clipboard
suspend fun ApplicationCall.respondHtmlPartial(contentType: ContentType = ContentType.Text.Html.withCharset(Charsets.UTF_8), status: HttpStatusCode = HttpStatusCode.OK, prettyPrint: Boolean = false, xhtmlCompatible: Boolean = false, block: TagConsumer<Appendable>.() -> Unit)
Link copied to clipboard
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)