mod_deflate – Apache HTTP Server
“The mod_deflate module also provides a filter for decompressing a gzip compressed request body . In order to activate this feature you have to insert the DEFLATE filter into the input filter chain using SetInputFilter or AddInputFilter. Now if a request contains a Content-Encoding: gzip header, the body will be automatically decompressed. Few browsers have the ability to gzip request bodies. However, some special applications actually do support request compression, for instance some WebDAV clients.” Implementing request compression support seems relatively straight forward. Whats needed is client support
mod_deflate – Apache HTTP Server
September 26, 2009 | 0 comments