responseHeadersToRemoves

@JvmName(name = "xqfvlkxaogfbmwli")
suspend fun responseHeadersToRemoves(value: Output<List<String>>)
@JvmName(name = "tiypnbdgvjrbxwbd")
suspend fun responseHeadersToRemoves(value: List<String>?)

Parameters

value

A list of header names for headers that need to be removed from the response before sending the response back to the client.


@JvmName(name = "nfcghausyrlindce")
suspend fun responseHeadersToRemoves(vararg values: Output<String>)


@JvmName(name = "hytlejkrlsknovdw")
suspend fun responseHeadersToRemoves(values: List<Output<String>>)
@JvmName(name = "hgbqiaoamhimdmpc")
suspend fun responseHeadersToRemoves(vararg values: String)

Parameters

values

A list of header names for headers that need to be removed from the response before sending the response back to the client.