Class HttpRequestTrailerMatchInput.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, HttpRequestTrailerMatchInputOrBuilder, Cloneable
    Enclosing class:
    HttpRequestTrailerMatchInput

    public static final class HttpRequestTrailerMatchInput.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<HttpRequestTrailerMatchInput.Builder>
    implements HttpRequestTrailerMatchInputOrBuilder
     Match input indicates that matching should be done on a specific request trailer.
     The resulting input string will be all headers for the given key joined by a comma,
     e.g. if the request contains two 'foo' headers with value 'bar' and 'baz', the input
     string will be 'bar,baz'.
     [#comment:TODO(snowp): Link to unified matching docs.]
     [#extension: envoy.matching.inputs.request_trailers]
     
    Protobuf type envoy.type.matcher.v3.HttpRequestTrailerMatchInput