Doc

zio.http.api.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
Self type

Members list

Concise view

Value members

Concrete methods

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