set

@JvmName(name = "bfurpqkndureleyj")
suspend fun set(value: Output<Map<String, String>>)
@JvmName(name = "xjnmjsicfyvtqqmt")
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 = "lwkxykearsuovhyv")
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.