Home

envoy.type.http.v3.PathTransformation.Operation

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.type.http.v3.PathTransformation.Operation
.withMergeSlashes(types.envoy.type.http.v3.PathTransformation.Operation.MergeSlashes)
.withNormalizePathRfc3986(types.envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986)
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
merge_slashes envoy.type.http.v3.PathTransformation.Operation.MergeSlashes operation_specifier  
normalize_path_rfc_3986 envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986 operation_specifier