View Source Envoy.Type.Matcher.PathMatcher (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Type.Matcher.PathMatcher{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  rule: {:path, Envoy.Type.Matcher.StringMatcher.t() | nil} | nil
}