Showing content from https://www.playframework.com/documentation/2.5.x/api/scala/play/api/mvc/MultipartFormData$.html below:
MultipartFormData - play.api.mvc.MultipartFormData
Type Members
- case class BadPart(headers: Map[String, String]) extends Part[Nothing] with Product with Serializable
A part that has not been properly parsed.
- case class DataPart(key: String, value: String) extends Part[Nothing] with Product with Serializable
A data part.
- case class FilePart[A](key: String, filename: String, contentType: Option[String], ref: A) extends Part[A] with Product with Serializable
A file part.
- case class MaxMemoryBufferExceeded(message: String) extends Part[Nothing] with Product with Serializable
The multipart/form-data parser buffers many things in memory, including data parts, headers, file names etc.
- case class ParseError(message: String) extends Part[Nothing] with Product with Serializable
Emitted when the multipart stream can't be parsed for some reason.
- sealed trait Part[+A] extends AnyRef
A part.
Inherited from Serializable
Inherited from Serializable
Inherited from AnyRef
Inherited from Any
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4