FormValue

cask.model.FormValue
case class FormValue(value: String, headers: HeaderMap) extends FormEntry

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait FormEntry
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def valueOrFileName: String

Inherited methods

def asFile: Option[FormFile]

Attributes

Inherited from:
FormEntry
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product