Home

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

Name Type One-of group Required Constraints
common_config envoy.extensions.filters.http.compressor.v3.Compressor.CommonDirectionConfig  
disable_on_etag_header bool  
remove_accept_encoding_header bool