View Source Envoy.Config.Tap.V3.HttpGenericBodyMatch.GenericTextMatch (envoy_data_plane_api v0.1.0)

Summary

Types

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