envoy.extensions.filters.http.compressor.v3.Compressor.ResponseDirectionConfig
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.envoy.extensions.filters.http.compressor.v3.Compressor.ResponseDirectionConfig
.withCommonConfig(types.envoy.extensions.filters.http.compressor.v3.Compressor.CommonDirectionConfig)
.withDisableOnEtagHeader(false)
.withRemoveAcceptEncodingHeader(false)
._validate()
Fields