Description
The REST Client currently introduces ClientGZIPDecodingInterceptor as way to handle gzip encoded input.
This is not ideal for a couple reasons:
- Vert.x should already handle this
- It doesn't support other values of the Content-Encodingheader
Moreover the name of the property (enable-compression) is just plain wrong as it should be enable-decompression
Implementation ideas
No response