Home

envoy.extensions.filters.http.decompressor.v3.Decompressor.CommonDirectionConfig

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.decompressor.v3.Decompressor.CommonDirectionConfig
.withEnabled(types.envoy.config.core.v3.RuntimeFeatureFlag)
.withIgnoreNoTransformHeader(false)
._validate()

Fields

Name Type One-of group Required Constraints
enabled envoy.config.core.v3.RuntimeFeatureFlag  
ignore_no_transform_header bool