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