Header

zio.http.codec.Doc.Header
final case class Header(value: String, level: Int) extends Doc

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Doc
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def +(that: Doc): Doc

Attributes

Inherited from:
Doc
def isEmpty: Boolean

Attributes

Inherited from:
Doc
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toCommonMark: String

Attributes

Inherited from:
Doc
def toHtml: Html

Attributes

Inherited from:
Doc
def toHtmlSnippet: String

Attributes

Inherited from:
Doc
def toPlaintext(columnWidth: Int, color: Boolean): String

Attributes

Inherited from:
Doc