Transport properties
Enable or disable server-side GZip encoding/decoding support. Akana returns a compressed response (Content-Encoding: gzip) only when the request includes Accept-Encoding: gzip. If the request does not include Accept-Encoding: gzip (for example, the header is disabled in the client), Akana does not include Content-Encoding in the response. To change gzip handling, update the transport.config.providerGzip property to false to disable gzip handling on the provider side.
Default: true
Enable or disable server-side deflate content encoding/decoding support.
Default: false
Enable or disable client-side input logging support.
Default: false
Enable or disable of server-side input logging support.
Default: false
Enable or disable client-side output logging support.
Default: false
Enable or disable of server-side output logging support.
Default: false
Should deflate on the consumer side use ZLIB header and checksum fields.
Default: true
Should deflate on the provider side use ZLIB header and checksum fields.
Default: true