gzip压缩后数据解析

通过apisix插件http-logger透传回的接口信息,有部分响应体response的body体,应该是被压缩乱码了,问下java程序员们怎么解析出来?

img


"response":{
            "headers":{
                "date":"Wed, 07 Sep 2022 01:57:47 GMT",
                "server":"APISIX/2.12.1",
                "transfer-encoding":"chunked",
                "content-encoding":"gzip",
                "access-control-allow-methods":"GET, POST, PUT, DELETE, OPTIONS",
                "access-control-allow-origin":"*",
                "access-control-allow-credentials":"true",
                "connection":"close",
                "content-type":"application/json"
            },
            "body":"\u001F\b\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0015�K��0\fC�u\u0017�NJ�ݜ�s\u0001\u0017dQ'��@��w\u001FwE\u0010| ����\u0006W\n\u0002��x�:\u001Dܞ�L\u0003\u0017�~:\\���q��1�\u001Ebw���ђŒ�!c�>��]C\u0014_��U\u0015�^њ\n�Tb\u0014�Y:�Q�3.�\u0013UFN(�SF���53-)���ױ����>yԹIAu�~m�6֟R��8g�\u0011P�T\u0005>�FZ:V�\u0000\u0000\u0000",
            "size":517,
            "status":200
        }
有没有知道的啊,在线求解~! 77!