Home

envoy.config.core.v3.Http3ProtocolOptions

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.envoy.config.core.v3.Http3ProtocolOptions
.withAllowExtendedConnect(false)
.withOverrideStreamErrorOnInvalidHttpMessage(false)
.withQuicProtocolOptions(types.envoy.config.core.v3.QuicProtocolOptions)
._validate()

Fields

Name Type One-of group Required Constraints
allow_extended_connect bool  
override_stream_error_on_invalid_http_message google.protobuf.BoolValue  
quic_protocol_options envoy.config.core.v3.QuicProtocolOptions