Packages

package exp

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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-data body.

    Provides a convenient interface for querying the content of the multipart/form-data body.

    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

  1. object Multipart extends Serializable

    An _experimental_ set ot utility classes and methods for decoding HTTP POST requests with multipart/form-data content type.

Ungrouped