set

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