class HtmlContent : WriteChannelContent
Represents an OutgoingContent using kotlinx.html
builder.
HtmlContent(status: HttpStatusCode? = null, builder: HTML.() -> Unit)
Represents an OutgoingContent using |
val contentType: ContentType |
|
val status: HttpStatusCode? |
suspend fun writeTo(channel: ByteWriteChannel): Unit |