Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace GzipCompressionPolicy

An object that specifies the gzip compression policy.

Properties

Optional isEnabled

isEnabled: undefined | false | true

When true, support for gzip compression is enabled. HTTP responses will be compressed with gzip only if the client indicates support for gzip via the "Accept-Encoding: gzip" request header.

When false, support for gzip compression is disabled and HTTP responses will not be compressed with gzip even if the client indicates support for gzip.

Functions

getDeserializedJsonObj

getJsonObj