trait Request extends Object with HasApp
- Annotations
- @JSType() @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Request
- HasApp
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def accepts(t: Array[String]): |[String, Boolean]
- def accepts(t: String): |[String, Boolean]
- def accepts(): Array[String]
- val app: App
- Definition Classes
- HasApp
- def asJsonObject[T <: Object]: T
- val baseUrl: String
- def body[T]: UndefOr[T]
- def bodyJson[T <: Object]: T
- val cookies: Dictionary[Object]
- val fresh: Boolean
- def get(field: String): String
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val hostname: String
- val ip: String
- def is(t: String): Boolean
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val originalUrl: String
- def params[T <: Object]: T
- val path: String
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val protocol: String
- def query[T <: Object]: T
- val secure: Boolean
- val stale: Boolean
- val subdomains: Array[String]
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object