Team, Why do we want to wrap-gzip https://github.com/bertrandk/ring-gzip ?
Smaller payloads
Could be beneficial when you're sending big responses or where paying for network traffic begins to impact your bottom line
Does that unzip somewhere?
I'm later stage? Or does that need to be unzip?
The receiver needs to unzip the response
If they request it zipped, they can get it zipped
i am just understanding my project and this was used in the (mount/defstate :start (wrap-gzip....)) , what happens if we use it in defstate? any idea?
Clients will get a gzipped response
what is the function to unzip it?
You'll need to deflate the gzip stream on the client side