`` Setting this option togzipdisables automatic decompression. This can be useful for applications wanting to operate with the compressed data. Setting this option toidentity`, or not setting this option, returns decompressed data.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["The latest version available is 2.37.0-rc, with numerous prior versions dating back to 2.11.0 also accessible for reference."],["The content focuses on the `AcceptEncoding` structure within the Google Cloud Storage C++ library, detailing how to manage HTTP encoding, specifically related to `gzip`."],["By default, Google Cloud Storage decompresses gzip-encoded objects during HTTP operations, but setting `AcceptEncoding` to `gzip` disables this behavior, useful for accessing compressed data directly."],["The setting only affects objects that have been compressed with `gzip` and have their content encoding set accordingly, it does not decompress objects using other compression methods."],["`AcceptEncodingGzip()` is a helper function provided to specifically disable automatic decompressive encoding."]]],[]]