Request

io.github.edadma.apion.Request
See theRequest companion object
case class Request(method: String, url: String, path: String, headers: Map[String, String], params: Map[String, String], query: Map[String, String], context: Map[String, Any], rawRequest: ServerRequest, basePath: String, finalizers: List[Finalizer], cookies: Map[String, String]) extends RequestDSL

Attributes

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

Members list

Value members

Concrete methods

def header(h: String): Option[String]

Inherited methods

def fail(error: ServerError): Future[Result]

Attributes

Inherited from:
RequestDSL
def failAuth(msg: String): Future[Result]

Attributes

Inherited from:
RequestDSL
def failNotFound(msg: String): Future[Result]

Attributes

Inherited from:
RequestDSL
def failValidation(msg: String): Future[Result]

Attributes

Inherited from:
RequestDSL
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def skip: Future[Result]

Attributes

Inherited from:
RequestDSL