Home

envoy.config.core.v3.Http1ProtocolOptions

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.Http1ProtocolOptions
.withAcceptHttp10(false)
.withAllowAbsoluteUrl(false)
.withAllowChunkedLength(false)
.withDefaultHostForHttp10('string')
.withEnableTrailers(false)
.withHeaderKeyFormat(types.envoy.config.core.v3.Http1ProtocolOptions.HeaderKeyFormat)
.withOverrideStreamErrorOnInvalidHttpMessage(false)
.withSendFullyQualifiedUrl(false)
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
accept_http_10 bool  
allow_absolute_url google.protobuf.BoolValue  
allow_chunked_length bool  
default_host_for_http_10 string  
enable_trailers bool  
header_key_format envoy.config.core.v3.Http1ProtocolOptions.HeaderKeyFormat  
override_stream_error_on_invalid_http_message google.protobuf.BoolValue  
send_fully_qualified_url bool