requestHeadersToRemoves

@JvmName(name = "mdqtedioymchiwoy")
suspend fun requestHeadersToRemoves(value: Output<List<String>>)
@JvmName(name = "kspfcjnhcetxxdul")
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 = "lwwxuawhuasgocqs")
suspend fun requestHeadersToRemoves(vararg values: Output<String>)


@JvmName(name = "nwhlmicgyerpqonx")
suspend fun requestHeadersToRemoves(values: List<Output<String>>)
@JvmName(name = "wofknxfxpvnlwbur")
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.