Resource Machine

Response

Response extends http.ServerResponse with the following attributes and methods.

Response Attributes

res.redirect

If changed to true, then processPost & createPath response will be 303 instead of 2xx.

res.body

Set the output body to this value (Charset fun and Encoding fun will be applied to it)

Response Methods