HtmlRenderer 
    class HtmlRenderer(prettyhtml: Boolean = false, handler: PageController? = null, builder: suspend HTML.() -> Unit) : SuspensionRenderer<ByteArrayOutputStream> 
Constructors
Link copied to clipboard
                  constructor(prettyhtml: Boolean = false, handler: PageController? = null, builder: suspend HTML.() -> Unit)