Class HttpProtocolOptions.UseDownstreamHttpConfig

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.envoyproxy.envoy.extensions.upstreams.http.v3.HttpProtocolOptions.UseDownstreamHttpConfig
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, HttpProtocolOptions.UseDownstreamHttpConfigOrBuilder, Serializable
Enclosing class:
HttpProtocolOptions

public static final class HttpProtocolOptions.UseDownstreamHttpConfig extends com.google.protobuf.GeneratedMessageV3 implements HttpProtocolOptions.UseDownstreamHttpConfigOrBuilder
 If this is used, the cluster can use either of the configured protocols, and
 will use whichever protocol was used by the downstream connection.

 If HTTP/3 is configured for downstream and not configured for upstream,
 HTTP/3 requests will fail over to HTTP/2.
 
Protobuf type envoy.extensions.upstreams.http.v3.HttpProtocolOptions.UseDownstreamHttpConfig
See Also: