API Docs for: 0.1.3
Show:

DeferredResponse Class

The class of the object passed as res to Router event handlers. When the deferredResponse is resolved, the data is sent to the corresponding RequestPromise on the client.

Constructor

DeferredResponse

(
  • options
)

Parameters:

  • options Object
    • res Object

      Response object

      • out Function
        Method to send response objects
    • req_id String

      Unique identifier of this request

Item Index