headers

@JvmName(name = "oppdcskjoosvuubn")
suspend fun headers(value: Output<Map<String, String>>)
@JvmName(name = "bcpkdyqxkokmgprk")
suspend fun headers(value: Map<String, String>?)

Parameters

value

This map contains the header field names and values. Repeated headers are not supported, but a header value can contain commas.


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

Parameters

values

This map contains the header field names and values. Repeated headers are not supported, but a header value can contain commas.