Form

final case class Form(params: UriParams) extends Body
Companion
object
trait Serializable
trait Product
trait Equals
trait Body
class Object
trait Matchable
class Any

Value members

Concrete methods

def add(key: String, value: String): Form
def delete(key: String): Form
def get(key: String): Vector[String]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product