DataPart

play.api.mvc.MultipartFormData.DataPart
case class DataPart(key: String, value: String) extends Part[Nothing]

A data part.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Part[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product