A bit confused about HttpClient[Java] handling gzip responses - Stack Overflow
httpResponse.getEntity().getContentEncoding()
You can find out whether or not an entity requires decompression by examining its Content-Encoding
header. This header will be rewritten (or removed) in case of automatic content decompression.
Read full article from A bit confused about HttpClient[Java] handling gzip responses - Stack Overflow
No comments:
Post a Comment