I am working on Playframework 2.x application. The controllers in my application return JSON response back to the browser/endpoint. I wanted to know if there is a simple way to enable GZIP compression of the response bodies.
I am working on Playframework 2.x application. The controllers in my application return JSON
Share
gzip’ing is pretty much complete cake with an Apache front end.
On Apache 2.4 gzip handling via
Locationblock using a basic set of content types might look like: