FormData

korolev.web.FormData
See theFormData companion object
final case class FormData(content: Seq[Entry])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(name: String): Option[Entry]
def bytes(name: String): ByteBuffer
def bytesOpt(name: String): Option[ByteBuffer]
def contentType(name: String): Option[String]
def text(name: String): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product