A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

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
  1. case class BadPart(headers: Map[String, String]) extends Part[Nothing] with Product with Serializable

    A part that has not been properly parsed.

  2. case class DataPart(key: String, value: String) extends Part[Nothing] with Product with Serializable

    A data part.

  3. case class FilePart[A](key: String, filename: String, contentType: Option[String], ref: A) extends Part[A] with Product with Serializable

    A file part.

  4. 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.

  5. case class ParseError(message: String) extends Part[Nothing] with Product with Serializable

    Emitted when the multipart stream can't be parsed for some reason.

  6. 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