View Source Envoy.Config.Common.Matcher.V3.HttpGenericBodyMatch.GenericTextMatch (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Config.Common.Matcher.V3.HttpGenericBodyMatch.GenericTextMatch{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  rule: {:string_match, String.t()} | {:binary_match, binary()} | nil
}