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 binaryStream(mediaType: MediaType): ContentCodec[ZStream[Any, Nothing, Byte]]

Attributes

Inherited from:
ContentCodecs (hidden)
def binaryStream(name: String, mediaType: MediaType): ContentCodec[ZStream[Any, Nothing, Byte]]

Attributes

Inherited from:
ContentCodecs (hidden)
def binaryStream: ContentCodec[ZStream[Any, Nothing, Byte]]

Attributes

Inherited from:
ContentCodecs (hidden)
def binaryStream(name: String): ContentCodec[ZStream[Any, Nothing, Byte]]

Attributes

Inherited from:
ContentCodecs (hidden)
def content[A](mediaType: MediaType)(implicit codec: HttpContentCodec[A]): ContentCodec[A]

Attributes

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

Attributes

Inherited from:
ContentCodecs (hidden)
def content[A](implicit codec: HttpContentCodec[A]): ContentCodec[A]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
ContentCodecs (hidden)