compressPayload property
If compressPayload is true
the outgoing HTTP payloads are compressed
using gzip. Otherwise, the payloads are sent in plain UTF8-encoded JSON
text. The compression is enabled by default.
Implementation
bool compressPayload = true;