play.api.mvc.MultipartFormData
See theMultipartFormData companion class
object MultipartFormData
Defines parts handled by Multipart form data.
Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
MultipartFormData.type
Members list
Type members
Classlikes
case class MaxMemoryBufferExceeded(message: String) extends Part[Nothing]
The multipart/form-data parser buffers many things in memory, including data parts, headers, file names etc.
The multipart/form-data parser buffers many things in memory, including data parts, headers, file names etc.
Some buffer limits apply to each element, eg, there is a buffer for headers before they are parsed. Other buffer limits apply to all in memory data in aggregate, this includes data parts, file names, part names.
If any of these buffers are exceeded, this will be emitted.
Attributes
- Supertypes
case class ParseError(message: String) extends Part[Nothing]
A part.
A part.
Type parameters
- A
-
the type that file parts are exposed as.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Inherited and Abstract types
The names of the product elements
The name of the type
In this article