headers

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