标签: node.js axios gzip
标题说明了一切。如果我在Node.js中这样做:
axios.get(exampleUrl, {'Accept-Encoding': 'gzip' });
能否解码gzip压缩的JSON?