BodyCodec

harness.endpoint.spec.BodyCodec
See theBodyCodec companion object
sealed trait BodyCodec[B <: BodyType]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Encoded[O]
object None.type
object Stream.type

Members list

Value members

Abstract methods

def in(contentLengths: List[Long], stream: InputStream): IO[DecodingFailure, Receive[B]]
def out(send: Send[B]): OutputStream