envoy.extensions.filters.network.http_connection_manager.v3.ResponseMapper
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.filters.network.http_connection_manager.v3.ResponseMapper
.withBody(types.envoy.config.core.v3.DataSource)
.withBodyFormatOverride(types.envoy.config.core.v3.SubstitutionFormatString)
.withFilter(types.envoy.config.accesslog.v3.AccessLogFilter)
.withHeadersToAdd([ types.envoy.config.core.v3.HeaderValueOption ])
.withStatusCode(1)
._validate()
Fields