Hello I tried to unzip the gzipped response but ho...
# general
j
Hello I tried to unzip the gzipped response but how to return the response back in the gzip format to the client?
o
I will review it a bit later when I return back to the laptop
j
i got the solution
Copy code
Response.Builder.like( response ).but().body( Gzip.gzip( modifiedResponse ) ).build();