Код: yield this.request( 'GET', 'https://httpbin.org/image/png', {}, { check_content: [(_, hdr) => hdr['content-type'] === 'image/png'], save_to_file: `results/image.png`, }, );