requestHeadersToRemoves

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

Parameters

value

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


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


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

Parameters

values

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