t

express

Response

trait Response extends Object with Renderer with HasLocals with HasApp

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val app: App
    Definition Classes
    HasApp
  5. def append(f: String, v: String): Unit
  6. def appendMany(f: String, values: Array[String]): Unit
    Annotations
    @JSName("append")
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def attachment(a: String): Unit
  9. def attachments(a: Array[String]): Unit
    Annotations
    @JSName("attachment")
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  11. def end(): Unit
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def get(f: String): String
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. val headersSent: Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  21. def json(v: Any): Unit
  22. def locals[T <: Object]: T
    Definition Classes
    HasLocals
  23. def location(path: String): Unit
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  28. def render(view: String, callback: Function2[Any, String, Unit]): Unit
    Definition Classes
    Renderer
  29. def render(view: String, locals: |[Object, Dynamic], callabck: Function2[Any, String, Unit]): Unit
    Definition Classes
    Renderer
  30. def send(v: |[|[String, Object], Array[Any]]): Unit
  31. def sendFile(path: String, options: Object, cb: Function2[Request, Response, Function1[_ <: Any, Unit]]): Unit
  32. def sendStatus(s: Int): Unit
  33. def set(k: String, v: String): Unit
  34. def status(v: Int): Response
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toLocaleString(): String
    Definition Classes
    Object
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def valueOf(): Any
    Definition Classes
    Object
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from HasApp

Inherited from HasLocals

Inherited from Renderer

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped