for (const key in response.headers) {
      if (response.headers.hasOwnProperty(key)) {
        res.append(key, response.headers[key]);
      }
    }