allowGzipCompression property
A boolean to be returned in the response to Scotty.
Allows/disallows gzip encoding of the payload content when the server thinks it's advantageous (hence, does not guarantee compression) which allows Scotty to GZip the response to the client.
Implementation
core.bool? allowGzipCompression;