isAcceptGzipEncoding()
Return whether to accept GZIP encoding, that is, whether to send the HTTP Accept-Encoding header
with gzip as value.
void
setAcceptGzipEncoding(boolean acceptGzipEncoding)
Set whether to accept GZIP encoding, that is, whether to send the HTTP Accept-Encoding header with
gzip as value.
Return whether to accept GZIP encoding, that is, whether to send the HTTP Accept-Encoding header
with gzip as value.
setAcceptGzipEncoding
public void setAcceptGzipEncoding(boolean acceptGzipEncoding)
Set whether to accept GZIP encoding, that is, whether to send the HTTP Accept-Encoding header with
gzip as value.
Default is true. Turn this flag off if you do not want GZIP response compression even if enabled on
the HTTP server.