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