RawBodyType

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

sealed
trait Binary[R] extends RawBodyType[R]
case
object ByteArrayBody extends Binary[Array[Byte]]
case
object ByteBufferBody extends Binary[ByteBuffer]
case
object FileBody extends Binary[FileRange]
case
object InputStreamBody extends Binary[InputStream]
case
class MultipartBody(partTypes: Map[String, RawBodyType[_]], defaultType: Option[RawBodyType[_]]) extends RawBodyType[Seq[RawPart]]
case
class StringBody(charset: Charset) extends RawBodyType[String]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror