View Source Envoy.Type.Http.V3.PathTransformation.Operation (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Type.Http.V3.PathTransformation.Operation{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  operation_specifier:
    {:normalize_path_rfc_3986,
     Envoy.Type.Http.V3.PathTransformation.Operation.NormalizePathRFC3986.t()
     | nil}
    | {:merge_slashes,
       Envoy.Type.Http.V3.PathTransformation.Operation.MergeSlashes.t() | nil}
    | nil
}