zio.http.codec.internal

Members list

Type members

Classlikes

sealed trait BinaryMediaTypeCodec extends MediaTypeCodec[BinaryCodec[Any]]

Attributes

Supertypes
class Object
trait Matchable
class Any
case object HaltException extends RuntimeException, NoStackTrace

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
sealed trait MediaTypeCodec[Codec]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
final case class MediaTypeCodecDefinition[T <: MediaTypeCodec[_]](acceptedTypes: Chunk[MediaType], create: Chunk[BodyCodec[_]] => T)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait TextMediaTypeCodec extends MediaTypeCodec[Codec[String, Char, Any]]

Attributes

Supertypes
class Object
trait Matchable
class Any