Java – Does Apache Commons HttpClient support GZIP

apache-commonsapache-commons-httpclientapache-httpclient-4.xgzipjava

Does the library Apache Commons HttpClient support Gzip? We wanted to use enable gzip compression on our Apache server to speed up the client/server communications (we have a php page that allows our Android application to sync files with the Server).

Best Answer

Apache HttpClient 4.1 supports content compression out of the box along with many other features that were previously considered out of scope.