PartialBodyCodec

oxygen.http.core.partial.PartialBodyCodec
See thePartialBodyCodec companion object
sealed trait PartialBodyCodec[A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Empty
trait Single[A]
class Json[A]
class Plain[A]

Members list

Value members

Abstract methods

def decode(body: Body): ZIO[Scope, DecodingFailureCause, A]
def encode(value: A): Body

Abstract fields