ContentCodec

zio.http.codec.ContentCodec$
object ContentCodec

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
ContentCodecs (hidden)
def content[A](name: String, mediaType: MediaType)(implicit schema: Schema[A]): ContentCodec[A]

Attributes

Inherited from:
ContentCodecs (hidden)
def content[A](implicit schema: Schema[A]): ContentCodec[A]

Attributes

Inherited from:
ContentCodecs (hidden)
def content[A](name: String)(implicit schema: Schema[A]): ContentCodec[A]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
ContentCodecs (hidden)