RawBodyType

sealed trait RawBodyType[R]

The raw format of the body: what do we need to know, to read it and pass to a codec for further decoding.

Companion:
object
class Object
trait Matchable
class Any
trait Binary[R]
object ByteArrayBody.type
object ByteBufferBody.type
object FileBody.type
object InputStreamBody.type