Doc

zio.http.codec.Doc
See theDoc companion object
sealed trait Doc

A Doc models documentation for an endpoint or input.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Empty.type
class Header
class Listing
class Paragraph
class Sequence
Self type

Members list

Concise view

Value members

Concrete methods

def +(that: Doc): Doc
def toPlaintext(columnWidth: Int, color: Boolean): String