Apache supports it with the mod_deflate module, but I do not see the general function of the web server. If you have access to the server, you can enable this module or rewrite the server-side code to process compressed data (for example, a special / php servlet that calls the original / php servlet with the unpacked data).
source share