requestHeadersToRemoves

@JvmName(name = "yclbhnabudgnlpfx")
suspend fun requestHeadersToRemoves(value: Output<List<String>>)
@JvmName(name = "xqthcllnqknackwh")
suspend fun requestHeadersToRemoves(value: List<String>?)

Parameters

value

A list of header names for headers that need to be removed from the request prior to forwarding the request to the backendService.


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


@JvmName(name = "muirceaiixgwbwnq")
suspend fun requestHeadersToRemoves(values: List<Output<String>>)
@JvmName(name = "xhymekoqfvvwhkqi")
suspend fun requestHeadersToRemoves(vararg values: String)

Parameters

values

A list of header names for headers that need to be removed from the request prior to forwarding the request to the backendService.