ok static method

Implementation

static DsCustomMiddleWareResponse ok(String body) {
  return DsCustomMiddleWareResponse(200, {}, body);
}