ContentCodec

zio.http.codec.ContentCodec$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Inherited methods

def content[A](implicit schema: Schema[A]): ContentCodec[A]

Attributes

Inherited from:
ContentCodecs (hidden)
def contentStream[A](implicit schema: Schema[A]): ContentCodec[ZStream[Any, Nothing, A]]

Attributes

Inherited from:
ContentCodecs (hidden)