Doc

zio.http.api.Doc$
See theDoc companion trait
object Doc

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Doc.type

Members list

Concise view

Type members

Classlikes

object Span

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Span.type
sealed trait Span

Attributes

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

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def blocks(bs: Iterable[Doc]): Doc
def blocks(helpDoc: Doc, helpDocs0: Doc*): Doc
def descriptionList(definitions: (Span, Doc)*): Doc
def h1(t: String): Doc
def h2(t: String): Doc
def h3(t: String): Doc
def h4(t: String): Doc
def h5(t: String): Doc
def orderedListing(elements: Doc*): Doc
def p(t: String): Doc
def p(span: Span): Doc
def unorderedListing(elements: Doc*): Doc

Concrete fields

val empty: Doc