t

express

Request

trait Request extends Object with HasApp

Annotations
@JSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Request
  2. HasApp
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def accepts(t: Array[String]): |[String, Boolean]
  2. def accepts(t: String): |[String, Boolean]
  3. def accepts(): Array[String]
  4. val app: App
    Definition Classes
    HasApp
  5. def asJsonObject[T <: Object]: T
  6. val baseUrl: String
  7. def body[T]: UndefOr[T]
  8. def bodyJson[T <: Object]: T
  9. val cookies: Dictionary[Object]
  10. val fresh: Boolean
  11. def get(field: String): String
  12. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  13. val hostname: String
  14. val ip: String
  15. def is(t: String): Boolean
  16. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  17. val originalUrl: String
  18. def params[T <: Object]: T
  19. val path: String
  20. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  21. val protocol: String
  22. def query[T <: Object]: T
  23. val secure: Boolean
  24. val stale: Boolean
  25. val subdomains: Array[String]
  26. def toLocaleString(): String
    Definition Classes
    Object
  27. def valueOf(): Any
    Definition Classes
    Object