send()

in src/router.ts [138:141]


  send(statusCode: number, body?: any) {
    this.statusCode = statusCode;
    this.body = body;
  }