Response ok(anything)

Source

Response ok(anything) {
  return _responseMaker.parse(anything).status(200);
}