zio.http.codec.internal
package zio.http.codec.internal
Members list
Type members
Classlikes
sealed trait BinaryMediaTypeCodec extends MediaTypeCodec[BinaryCodec[Any]]
Attributes
- Supertypes
case object HaltException extends RuntimeException, NoStackTrace
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Producttrait Equalstrait NoStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
HaltException.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait BinaryMediaTypeCodectrait TextMediaTypeCodec
object MediaTypeCodec
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MediaTypeCodec.type
final case class MediaTypeCodecDefinition[T <: MediaTypeCodec[_]](acceptedTypes: Chunk[MediaType], create: Chunk[BodyCodec[_]] => T)
sealed trait TextMediaTypeCodec extends MediaTypeCodec[Codec[String, Char, Any]]
Attributes
- Supertypes
In this article