zio.http.codec.HttpContentCodec
See theHttpContentCodec companion trait
object HttpContentCodec
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
HttpContentCodec.type
Members list
Type members
Classlikes
final case class Choices[A](choices: ListMap[MediaType, BinaryCodecWithSchema[A]]) extends HttpContentCodec[A]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HttpContentCodec[A]class Objecttrait Matchableclass AnyShow all
final case class Filtered[A](codec: HttpContentCodec[A], mediaType: MediaType) extends HttpContentCodec[A]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HttpContentCodec[A]class Objecttrait Matchableclass AnyShow all
- Self type
-
Filtered[A]
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
def from[A](codec: (MediaType, BinaryCodecWithSchema[A]), codecs: (MediaType, BinaryCodecWithSchema[A])*): HttpContentCodec[A]
Concrete fields
Implicits
Implicits
In this article