set

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