As a Response to an Ajax request, I would like to send compressed i.e. gzipped JSON from my Java program. I know, I would need to set the Content-Encoding in the Response Header to gzip, but is that all I need to do?As a Response to an Ajax request, I would like