https://linen.dev logo
j

Jackie chen

08/09/2023, 2:18 AM
Hello I tried to unzip the gzipped response but how to return the response back in the gzip format to the client?
o

Oleg Nenashev

08/09/2023, 7:20 AM
I will review it a bit later when I return back to the laptop
j

Jackie chen

08/11/2023, 1:05 AM
i got the solution
Copy code
Response.Builder.like( response ).but().body( Gzip.gzip( modifiedResponse ) ).build();