Request

net.ivoah.vial.Request
case class Request(headers: Map[String, Seq[String]], params: Map[String, String], body: Array[Byte])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val auth: Option[(String, String)]
lazy val cookies: Seq[Cookie]
lazy val form: Map[String, String]