addHeaders

@JvmName(name = "gihcqthmmcoipcoi")
suspend fun addHeaders(value: Output<Map<String, String>>)
@JvmName(name = "wddxagsnimsxkypb")
suspend fun addHeaders(value: Map<String, String>?)

Parameters

value

Add custom headers to allowed requests, in the form of key-value pairs. Keys are header names, pointing to an array with its header value(s).


@JvmName(name = "ndbtnwefopdiqeir")
fun addHeaders(vararg values: Pair<String, String>)

Parameters

values

Add custom headers to allowed requests, in the form of key-value pairs. Keys are header names, pointing to an array with its header value(s).