var opts = { uri: 'some uri which return gzip data', gzip: true } request(opts, function (err, res, body) { // now body and res.body both will ...
確定! 回上一頁