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