envoy.extensions.http.header_formatters.preserve_case.v3.PreserveCaseFormatterConfig
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.extensions.http.header_formatters.preserve_case.v3.PreserveCaseFormatterConfig
.withFormatterTypeOnEnvoyHeaders(types.envoy.extensions.http.header_formatters.preserve_case.v3.PreserveCaseFormatterConfig.FormatterTypeOnEnvoyHeaders.DEFAULT)
.withForwardReasonPhrase(false)
._validate()
Nested Enums
Fields