remove Headers Config
Parameters
value
A configuration for a set of HTTP headers to remove from the HTTP response. Object that contains an attribute items
that contains a list of headers. See Remove Header for more information.
suspend fun removeHeadersConfig(argument: suspend ResponseHeadersPolicyRemoveHeadersConfigArgsBuilder.() -> Unit)
Parameters
argument
A configuration for a set of HTTP headers to remove from the HTTP response. Object that contains an attribute items
that contains a list of headers. See Remove Header for more information.