decompressPayload property
Whether to decompress the request payload if it is compressed using
a supported Content-Encoding
(e.g., gzip or deflate).
If true
, the payload will be automatically decompressed before processing.
If false
, compressed payloads will be left as-is.
Default: false.
Implementation
final bool decompressPayload;