requestHeadersToRemoves

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


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