On Sat, 2008-10-18 at 10:57 -0700, cowwoc wrote: > Hi, > > I'm wondering why HTTP Client doesn't support HTTP compression > (http://en.wikipedia.org/wiki/HTTP_compression). Will you seriously > entertain a RFE for this feature if I file one? > > Thank you, > Gili
Gili If you are using HttpClient 4.0 you can easily add support for content compression by adding a few custom protocol interceptors. Please refer to this example for details: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientGZipContentCompression.java Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
