addHeaders

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

Parameters

value

Add custom headers to allowed requests in the form of key-value pairs.


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

Parameters

values

Add custom headers to allowed requests in the form of key-value pairs.