BodySchema

harness.endpoint.spec.BodySchema
See theBodySchema companion object
sealed trait BodySchema[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