Home

envoy.config.core.v3.HttpProtocolOptions

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.HttpProtocolOptions
.withHeadersWithUnderscoresAction(types.envoy.config.core.v3.HttpProtocolOptions.HeadersWithUnderscoresAction.ALLOW)
.withIdleTimeout(types.google.protobuf.Duration)
.withMaxConnectionDuration(types.google.protobuf.Duration)
.withMaxHeadersCount(1)
.withMaxRequestsPerConnection(1)
.withMaxStreamDuration(types.google.protobuf.Duration)
._validate()

Nested Enums

Fields

Name Type One-of group Required Constraints
headers_with_underscores_action envoy.config.core.v3.HttpProtocolOptions.HeadersWithUnderscoresAction  
idle_timeout google.protobuf.Duration  
max_connection_duration google.protobuf.Duration  
max_headers_count google.protobuf.UInt32Value   {"Uint32":{"gte":1}}
max_requests_per_connection google.protobuf.UInt32Value  
max_stream_duration google.protobuf.Duration