addHeaders

@JvmName(name = "bbaxoqlosetajook")
suspend fun addHeaders(value: Output<Map<String, String>>)
@JvmName(name = "lrpspqcvsajhcjnc")
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 = "ighirmgvnmriopad")
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).