HTTP request compression
- Compress http body with Gzip
-
Content-Encoding: gzip
-
Apache supports Input Decompression in mod_deflate: http://httpd.apache.org/docs/2.2/mod/mod_deflate.html#enable
-
https://blog.art-of-coding.eu/compressed-http-requests/ mentions some bugs.
-
NginX: thread1 and thread2 indicate that this is not supported by NginX.