I am receiving the request in my Rest API with headers as "Content-Encoding" as deflate. How to parse the request and make it a String in Java?
Please share any code reference to do the same.
headers: 'Accept-Encoding': 'deflate', 'Content-Encoding': 'deflate'