HtmlContent
class HtmlContent(val status: HttpStatusCode? = null, builder: HTML.() -> Unit) : OutgoingContent.WriteChannelContent
Deprecated (with error)
This will be removed from public API
Represents an OutgoingContent build using kotlinx.html
.