set

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