ApplyPartialBody

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

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
RequestNonPathCodec

Inherited and Abstract methods

def decode(queryParams: QueryParams, headers: Headers, body: Body): ZIO[Scope, RequestDecodingFailure, A]

Attributes

Inherited from:
RequestNonPathCodec

Inherited and Abstract fields

val sources: NonEmptyList[Source]

Attributes

Inherited from:
RequestNonPathCodec