HTTP Request parse the data Content-Encoding "deflate"

304 Views Asked by At

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'

0

There are 0 best solutions below