ContentCodec
zio.http.codec.ContentCodec$
object ContentCodec
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ContentCodec.type
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- ContentCodecs (hidden)
Attributes
- Inherited from:
- ContentCodecs (hidden)
Attributes
- Inherited from:
- ContentCodecs (hidden)
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)
Attributes
- Inherited from:
- ContentCodecs (hidden)
def contentStream[A](name: String)(implicit schema: Schema[A]): ContentCodec[ZStream[Any, Nothing, A]]
Attributes
- Inherited from:
- ContentCodecs (hidden)
In this article