set

@JvmName(name = "ajklgcbcftinngco")
suspend fun set(value: Output<Map<String, String>>)
@JvmName(name = "oyiqxfarjyhvwnfw")
suspend fun set(value: Map<String, String>?)

Parameters

value

Completely overwrite/replace the headers with given map where key is the name of the header, value is the value of the header.


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

Parameters

values

Completely overwrite/replace the headers with given map where key is the name of the header, value is the value of the header.