The request to execute the action for
The response to execute the action for
The result of the action function
Context.current.action(function(req, res) {
// ctx is available here via [this] keyword
// Do something
});
Generated using TypeDoc
Action function for a context Only one action function is allowed in a context. It does mark the request as handled and will not call any other anything after it.