Dom

zio.http.template.Dom
See theDom companion object
sealed trait Dom

Light weight DOM implementation that can be rendered as a html string.

Attributes

See also

Void elements only have a start tag; end tags must not be specified for void elements.

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Dom

Members list

Value members

Concrete methods

def encode: CharSequence
def encode(spaces: Int): CharSequence