Does Apache Commons HttpClient support GZIP?

2019-01-11 12:56发布

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).

7条回答
做自己的国王
2楼-- · 2019-01-11 13:31

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

查看更多
登录 后发表回答