03_post_process.js 170 B

12345
  1. // Post-processing function for outgoing responses
  2. function postProcessResponse(req, resp) {
  3. logWithReq(req, 'Post-processing response with: ' + resp.statusCode);
  4. }