MultiPart

case class MultiPart(items: MultiItem*) extends MultipartFormRequestBlob
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

override def headers: Seq[(String, String)]
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def write(out: OutputStream): Unit

Inherited fields

val boundary: String
val crlf: String
val filenameSnippet: String
val partBytes: Iterable[(Array[Byte], Array[Byte], MultiItem)]
val parts: Iterable[MultiItem]
val pref: String