我需要使用org.springframework.web.reactive.function.client.WebClient解码从服务器获取的结果,该文件以LZ4压缩算法编码。我该怎么做?
我在netty库中找到了一个-io.netty.handler.codec.compression.Lz4FrameDecoder。但是我找不到任何将其应用于WebClient的方法
这是我的客户端配置-
isDisabled(){
return this.items.length === 0;
}