ApplyPartialHeader

oxygen.http.core.partial.ResponseCodecNoStatus.ApplyPartialHeader
final case class ApplyPartialHeader[A](partial: PartialParamCodec[A], name: String, doc: Option[String]) extends ResponseCodecNoStatus[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def decode(headers: Headers, body: Body): ZIO[Scope, ResponseDecodingFailure, A]

Attributes

Definition Classes

Inherited methods

final def ++[B](that: ResponseCodecNoStatus[B])(using zip: Zip[A, B]): ResponseCodecNoStatus[zip.Out]

Attributes

Inherited from:
ResponseCodecNoStatus
final def encode(value: A): (Headers, Body)

Attributes

Inherited from:
ResponseCodecNoStatus
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

override val sources: List[Source]