compressing non-binary data in java http client

Posted by wo_shi_ni_ba_ba on Stack Overflow See other posts from Stack Overflow or by wo_shi_ni_ba_ba
Published on 2010-06-15T17:42:18Z Indexed on 2010/06/15 17:52 UTC
Read the original article Hit count: 180

Filed under:
|
|
|

I plan to use java.util.zip to compress http post data when sending it from a java client to the server(java servlet in this case). is this the best approach for reducing data load?
should I use gzip as the compression alg?

© Stack Overflow or respective owner

Related posts about java

Related posts about http