ApplyPartialBody

oxygen.http.core.partial.ResponseCodecNoStatus.ApplyPartialBody
See theApplyPartialBody companion object
sealed trait ApplyPartialBody[A] extends ResponseCodecNoStatus[A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

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

Inherited and Abstract methods

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

Attributes

Inherited from:
ResponseCodecNoStatus

Inherited and Abstract fields

val sources: List[Source]

Attributes

Inherited from:
ResponseCodecNoStatus