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])

Attributes

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

Members list

Value members

Concrete methods

def aborted: Boolean
def body: Future[Buffer]
def complete: Boolean
def form: Future[Map[String, String]]
def header(h: String): Option[String]
def hostname: Option[String]
def httpVersion: String
def ip: String
def json[T : JsonDecoder]: Future[Option[T]]
def port: Option[Int]
def protocol: String
def rawHeaders: List[String]
def secure: Boolean
def text: Future[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product