zio.http.template

Members list

Type members

Classlikes

trait Attributes

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Attributes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Attributes.type
sealed trait Dom

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

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
Supertypes
class Object
trait Matchable
class Any
Self type
Dom
object Dom

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Dom.type
object Element

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Element.type
trait Elements

Attributes

Supertypes
class Object
trait Matchable
class Any
object EncodingState

Attributes

Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait Html

A view is a domain that used generate HTML.

A view is a domain that used generate HTML.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Self type
object Html

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Html.type
sealed trait IsAttributeValue[-A]

Checks if the value A can be represented as a valid html attribute.

Checks if the value A can be represented as a valid html attribute.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
object Template

A ZIO Http styled general purpose templates

A ZIO Http styled general purpose templates

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Template.type

Value members

Inherited methods

final def a: PartialElement

Attributes

Inherited from:
Elements
final def abbr: PartialElement

Attributes

Inherited from:
Elements
final def acceptAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def acceptCharsetAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def accessKeyAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def acronym: PartialElement

Attributes

Inherited from:
Elements
final def actionAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def address: PartialElement

Attributes

Inherited from:
Elements
final def alignAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def altAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def applet: PartialElement

Attributes

Inherited from:
Elements
final def area: PartialElement

Attributes

Inherited from:
Elements
final def article: PartialElement

Attributes

Inherited from:
Elements
final def aside: PartialElement

Attributes

Inherited from:
Elements
final def asyncAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def audio: PartialElement

Attributes

Inherited from:
Elements
final def autocompleteAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def autofocusAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def autoplayAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def b: PartialElement

Attributes

Inherited from:
Elements
final def base: PartialElement

Attributes

Inherited from:
Elements

Attributes

Inherited from:
Elements
final def bdi: PartialElement

Attributes

Inherited from:
Elements
final def bdo: PartialElement

Attributes

Inherited from:
Elements
final def bgColorAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def big: PartialElement

Attributes

Inherited from:
Elements

Attributes

Inherited from:
Elements
final def body: PartialElement

Attributes

Inherited from:
Elements
final def borderAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def br: PartialElement

Attributes

Inherited from:
Elements
final def button: PartialElement

Attributes

Inherited from:
Elements
final def canvas: PartialElement

Attributes

Inherited from:
Elements
final def caption: PartialElement

Attributes

Inherited from:
Elements
final def cellpaddingAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def cellspacingAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def center: PartialElement

Attributes

Inherited from:
Elements
final def charsetAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def checkedAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def cite: PartialElement

Attributes

Inherited from:
Elements
final def citeAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def classAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def code: PartialElement

Attributes

Inherited from:
Elements
final def col: PartialElement

Attributes

Inherited from:
Elements

Attributes

Inherited from:
Elements
final def colSpanAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def colorAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def colsAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def contentAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes

Attributes

Inherited from:
Attributes
final def controlsAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def coordsAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def css: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def data: PartialElement

Attributes

Inherited from:
Elements
final def dataAttr(name: String): PartialAttribute[String]

Attributes

Inherited from:
Attributes

Attributes

Inherited from:
Elements
final def datetimeAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def dd: PartialElement

Attributes

Inherited from:
Elements
final def defaultAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def deferAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def del: PartialElement

Attributes

Inherited from:
Elements
final def details: PartialElement

Attributes

Inherited from:
Elements
final def dfn: PartialElement

Attributes

Inherited from:
Elements
final def dialog: PartialElement

Attributes

Inherited from:
Elements
final def dir: PartialElement

Attributes

Inherited from:
Elements
final def dirAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def dirNameAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def disabledAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def div: PartialElement

Attributes

Inherited from:
Elements
final def dl: PartialElement

Attributes

Inherited from:
Elements
final def downloadAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def draggableAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def dt: PartialElement

Attributes

Inherited from:
Elements
final def em: PartialElement

Attributes

Inherited from:
Elements
final def embed: PartialElement

Attributes

Inherited from:
Elements
final def enctypeAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes

Attributes

Inherited from:
Elements

Attributes

Inherited from:
Elements
final def figure: PartialElement

Attributes

Inherited from:
Elements
final def font: PartialElement

Attributes

Inherited from:
Elements
final def forAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def form: PartialElement

Attributes

Inherited from:
Elements
final def formActionAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def formAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def frame: PartialElement

Attributes

Inherited from:
Elements

Attributes

Inherited from:
Elements
final def h1: PartialElement

Attributes

Inherited from:
Elements
final def h2: PartialElement

Attributes

Inherited from:
Elements
final def h3: PartialElement

Attributes

Inherited from:
Elements
final def h4: PartialElement

Attributes

Inherited from:
Elements
final def h5: PartialElement

Attributes

Inherited from:
Elements
final def h6: PartialElement

Attributes

Inherited from:
Elements
final def head: PartialElement

Attributes

Inherited from:
Elements
final def header: PartialElement

Attributes

Inherited from:
Elements
final def headersAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def heightAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def hiddenAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def highAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def hr: PartialElement

Attributes

Inherited from:
Elements
final def href: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def hrefAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def hrefLangAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def html: PartialElement

Attributes

Inherited from:
Elements
final def httpEquivAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def i: PartialElement

Attributes

Inherited from:
Elements
final def id: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def idAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def iframe: PartialElement

Attributes

Inherited from:
Elements
final def img: PartialElement

Attributes

Inherited from:
Elements
final def input: PartialElement

Attributes

Inherited from:
Elements
final def ins: PartialElement

Attributes

Inherited from:
Elements
final def isMapAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def kbd: PartialElement

Attributes

Inherited from:
Elements
final def kindAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def label: PartialElement

Attributes

Inherited from:
Elements
final def labelAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def langAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def legend: PartialElement

Attributes

Inherited from:
Elements
final def li: PartialElement

Attributes

Inherited from:
Elements
final def listAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def loopAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def lowAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def main: PartialElement

Attributes

Inherited from:
Elements
final def map: PartialElement

Attributes

Inherited from:
Elements
final def mark: PartialElement

Attributes

Inherited from:
Elements
final def maxAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def maxLengthAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def mediaAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def meta: PartialElement

Attributes

Inherited from:
Elements
final def meter: PartialElement

Attributes

Inherited from:
Elements
final def methodAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def minAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def multipleAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def mutedAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def nameAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes

Attributes

Inherited from:
Elements

Attributes

Inherited from:
Elements
final def noValidateAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def obj: PartialElement

Attributes

Inherited from:
Elements
final def ol: PartialElement

Attributes

Inherited from:
Elements
final def onAbortAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onAfterPrintAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onBeforePrintAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes

Attributes

Inherited from:
Attributes
final def onBlurAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onCanPlayAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes

Attributes

Inherited from:
Attributes
final def onChangeAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onClickAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onContextMenuAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onCopyAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onCueChangeAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onCutAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onDblClickAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onDragAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onDragEndAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onDragEnterAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onDragLeaveAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onDragOverAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onDragStartAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onDropAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes

Attributes

Inherited from:
Attributes
final def onEmptiedAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onEndedAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onErrorAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onFocusAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onHashChangeAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onInputAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onInvalidAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onKeyDownAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onKeyPressAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onKeyUpAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onLoadAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onLoadStartAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onLoadedDataAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes

Attributes

Inherited from:
Attributes
final def onMouseDownAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onMouseMoveAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onMouseOutAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onMouseOverAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onMouseUpAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onMouseWheelAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onOfflineAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onOnlineAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onPageHideAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onPageShowAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onPasteAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onPauseAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onPlayAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onPlayingAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onPopStateAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onProgressAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onRateChangeAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onResetAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onResizeAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onScrollAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onSearchAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onSeekedAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onSeekingAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onSelectAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onStalledAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onStorageAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onSubmitAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onSuspendAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onTimeUpdateAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onToggleAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onUnloadAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes

Attributes

Inherited from:
Attributes
final def onWaitingAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def onWheelAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def openAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes

Attributes

Inherited from:
Elements
final def optimumAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def option: PartialElement

Attributes

Inherited from:
Elements
final def output: PartialElement

Attributes

Inherited from:
Elements
final def p: PartialElement

Attributes

Inherited from:
Elements
final def param: PartialElement

Attributes

Inherited from:
Elements
final def patternAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def picture: PartialElement

Attributes

Inherited from:
Elements
final def placeholderAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def posterAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def pre: PartialElement

Attributes

Inherited from:
Elements
final def preloadAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes

Attributes

Inherited from:
Elements
final def q: PartialElement

Attributes

Inherited from:
Elements
final def readonlyAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def relAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def requiredAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def reversedAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def rowSpanAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def rowsAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def rp: PartialElement

Attributes

Inherited from:
Elements
final def rt: PartialElement

Attributes

Inherited from:
Elements
final def ruby: PartialElement

Attributes

Inherited from:
Elements
final def s: PartialElement

Attributes

Inherited from:
Elements
final def sample: PartialElement

Attributes

Inherited from:
Elements
final def sandboxAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def scopeAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def script: PartialElement

Attributes

Inherited from:
Elements
final def section: PartialElement

Attributes

Inherited from:
Elements
final def select: PartialElement

Attributes

Inherited from:
Elements
final def selectedAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def shapeAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def sizeAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def sizesAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def small: PartialElement

Attributes

Inherited from:
Elements
final def source: PartialElement

Attributes

Inherited from:
Elements
final def span: PartialElement

Attributes

Inherited from:
Elements
final def spanAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def spellcheckAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def srcAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def srcDocAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def srcLangAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def srcSetAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def startAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def stepAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def strike: PartialElement

Attributes

Inherited from:
Elements
final def strong: PartialElement

Attributes

Inherited from:
Elements
final def style: PartialElement

Attributes

Inherited from:
Elements
final def styleAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def styles: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def sub: PartialElement

Attributes

Inherited from:
Elements
final def summary: PartialElement

Attributes

Inherited from:
Elements
final def sup: PartialElement

Attributes

Inherited from:
Elements
final def svg: PartialElement

Attributes

Inherited from:
Elements
final def tBody: PartialElement

Attributes

Inherited from:
Elements
final def tFoot: PartialElement

Attributes

Inherited from:
Elements
final def tHead: PartialElement

Attributes

Inherited from:
Elements
final def tabIndexAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def table: PartialElement

Attributes

Inherited from:
Elements
final def targetAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def td: PartialElement

Attributes

Inherited from:
Elements

Attributes

Inherited from:
Elements

Attributes

Inherited from:
Elements
final def th: PartialElement

Attributes

Inherited from:
Elements
final def time: PartialElement

Attributes

Inherited from:
Elements
final def title: PartialElement

Attributes

Inherited from:
Elements
final def titleAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def tr: PartialElement

Attributes

Inherited from:
Elements
final def track: PartialElement

Attributes

Inherited from:
Elements
final def translateAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def tt: PartialElement

Attributes

Inherited from:
Elements
final def typeAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def u: PartialElement

Attributes

Inherited from:
Elements
final def ul: PartialElement

Attributes

Inherited from:
Elements
final def useMapAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def valueAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes

Attributes

Inherited from:
Elements
final def video: PartialElement

Attributes

Inherited from:
Elements
final def wbr: PartialElement

Attributes

Inherited from:
Elements
final def widthAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def wrapAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes
final def xmlnsAttr: PartialAttribute[String]

Attributes

Inherited from:
Attributes