Html
class Html
Instance Properties
Instance Methods
- reduce(f:) Walk the HTML tree to produce a new value
- toString() Get HTML source as a string
Type Methods
- element(tag:attr:attrValues:children:) HTML builder, make an element
- fromString(html:) Build HTML payload from source
- text(text:) HTML builder, make some text