headers

@JvmName(name = "fevysqqlxlkbjhfw")
suspend fun headers(value: Output<Map<String, String>>)
@JvmName(name = "pjvepsfhifrgxpkr")
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 = "qcxcutesljttpqjy")
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.