MultipartBody

case class MultipartBody(partTypes: Map[String, RawBodyType[_]], defaultType: Option[RawBodyType[_]]) extends RawBodyType[Seq[RawPart]]
trait Serializable
trait Product
trait Equals
trait RawBodyType[Seq[RawPart]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def partType(name: String): Option[RawBodyType[_]]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product