Class: Response

Response()

The response to client

Methods

send(response) → {undefined}

Send response to client (the service caller)
Parameters:
Name Type Description
response object The plain JavaScript representing the response. Note: you can use .template to get an empty result object.
Source:
See:
  • Response#template
Returns:
Type
undefined