constructor()

in src/router.ts [132:136]


  constructor() {
    this.statusCode = 200;
    this.headers = {};
    this.body = null;
  }