My node.js app is modeled like the express/examples/mvc app.
In a controller action I want to spit out a HTTP 400 status with a custom http message. By default the
Well in the case of Restify we should use sendRaw() method
sendRaw()
Syntax is: res.sendRaw(200, 'Operation was Successful', or null)
res.sendRaw(200, 'Operation was Successful', or null)