package exp
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
Multipart
(attributes: Map[String, Seq[String]], files: Map[String, Seq[FileUpload]]) extends Product with Serializable
Provides a convenient interface for querying the content of the
multipart/form-databody.Provides a convenient interface for querying the content of the
multipart/form-databody.To decode the non-chunked, POST request into an instance of Multipart, use Request.multipart.
Note: This is an _experimental API_, which will likely be changed in future to support streaming HTTP requests.
Value Members
-
object
Multipart
extends Serializable
An _experimental_ set ot utility classes and methods for decoding HTTP POST requests with
multipart/form-datacontent type.