CloudScrapy / objects / response.js
response.js
Raw
function Response() {
    this.contextId;
    this.cookies;
    this.headers;
    this.screenshot;
    this.logs;
    this.sourcePage;
    this.extractRules;
    this.htmlToPdf;
    this.downloadFile;
}

module.exports = {Response}