我 post 的 json 非常大,如果不经过压缩,上传想要 40 秒,我想压缩之后再上传应该怎么弄? 头文件已经加入 了 ,'Content-Encoding': 'gzip','Accept-encoding': 'gzip' 没有用,如果先压缩 json 再传也会报错 如果 json 是被压缩的,那么 client.post(url='XXXX', json=json,headers=headers) json 也不能上传