oxygen.http.core.ResponseCodec
See theResponseCodec companion trait
object ResponseCodec
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ResponseCodec.type
Members list
Type members
Classlikes
final case class FirstOf[A](cases: NonEmptyList[Standard[_ <: A]]) extends ResponseCodec[A]
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ResponseCodec[A]class Objecttrait Matchableclass AnyShow all
object FirstOf
final case class Standard[A](statusCodes: StatusCodes[A], codec: ResponseCodecNoStatus[A]) extends ResponseCodec[A]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ResponseCodec[A]class Objecttrait Matchableclass AnyShow all
Givens
Givens
In this article