Home

envoy.extensions.filters.http.ext_proc.v3.ExternalProcessor

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.ext_proc.v3.ExternalProcessor
.withAsyncMode(false)
.withFailureModeAllow(false)
.withGrpcService(types.envoy.config.core.v3.GrpcService)
.withMessageTimeout(types.google.protobuf.Duration)
.withMutationRules(types.envoy.config.common.mutation_rules.v3.HeaderMutationRules)
.withProcessingMode(types.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode)
.withRequestAttributes([ 'string' ])
.withResponseAttributes([ 'string' ])
.withStatPrefix('string')
._validate()

Fields

Name Type One-of group Required Constraints
async_mode bool  
failure_mode_allow bool  
grpc_service envoy.config.core.v3.GrpcService  
message_timeout google.protobuf.Duration  
mutation_rules envoy.config.common.mutation_rules.v3.HeaderMutationRules  
processing_mode envoy.extensions.filters.http.ext_proc.v3.ProcessingMode  
request_attributes [] string  
response_attributes [] string  
stat_prefix string