function(err, resource) {
      if (resource === null) {
        next(new restify.NotFoundError("No resource with path '" + path + "'"));
      } else {
        res.send(resource);