Transport properties

Provider GZIP Support (transport.config.providerGzip)

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

Provider Deflate Support (transport.config.providerDeflate)

Enable or disable server-side deflate content encoding/decoding support.

Default: false

Consumer Logging Support (transport.config.consumerInputLog)

Enable or disable client-side input logging support.

Default: false

Provider Logging Support (transport.config.providerInputLog)

Enable or disable of server-side input logging support.

Default: false

Consumer Output Logging Support (transport.config.consumerOutputLog)

Enable or disable client-side output logging support.

Default: false

Provider Output Logging Support (transport.config.providerOutputLog)

Enable or disable of server-side output logging support.

Default: false

Consumer Deflate ZLIB Wrap (transport.consumer.deflate.wrap)

Should deflate on the consumer side use ZLIB header and checksum fields.

Default: true

Provider Deflate ZLIB Wrap (transport.provider.deflate.wrap)

Should deflate on the provider side use ZLIB header and checksum fields.

Default: true