Class HttpResponseHeaderMatchInput.Builder

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

    public static final class HttpResponseHeaderMatchInput.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<HttpResponseHeaderMatchInput.Builder>
    implements HttpResponseHeaderMatchInputOrBuilder
     Match input indicating that matching should be done on a specific response header.
     The resulting input string will be all headers for the given key joined by a comma,
     e.g. if the response 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.response_headers]
     
    Protobuf type envoy.type.matcher.v3.HttpResponseHeaderMatchInput