Is sending GZIP compressed request supported in Java REST Client?
When I set header: HttpHeaders.CONTENT_ENCODING, "gzip" and compress input json by using GZIPOutputStream I get below message:
io.netty.handler.codec.compression.DecompressionException: Unsupported compression method 191 in the GZIP header