HtmlContent
class HtmlContent(status: HttpStatusCode?, builder: HTML.() -> Unit) : OutgoingContent.WriteChannelContent
Content copied to clipboard
Represents an OutgoingContent using kotlinx.html
builder.
Constructors
Link copied to clipboard
fun HtmlContent(status: HttpStatusCode? = null, builder: HTML.() -> Unit)
Content copied to clipboard