advice on compressing multipart via custom HttpClient

I have a custom HTTP client. I want to gzip compress a multipart message and have the apache server decompress it (utilizing SetInputFilter DEFLATE).

I tried just gzipping the file in the multipart message but the file
is received on the server side compressed.

Further research indicated that the entire request may need to be compressed.
I was wondering if anyone can offer any pointers on how to accomplish that.

Thanks!
Deb

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Debbie Walker [ So, 28 Februar 2010 21:10 ] [ ID #2033659 ]
Webserver » gmane.comp.apache.user » advice on compressing multipart via custom HttpClient

Vorheriges Thema: Re: How to map http://www.myaddress.com to http://www.myaddress.com:8000 ?
Nächstes Thema: How to map http://www.myaddress.com to http://www.myaddress.com:8000?