httpHeaders

@JvmName(name = "bhvmiaqabkmvbxjb")
suspend fun httpHeaders(value: Output<Map<String, String>>)
@JvmName(name = "jlcqdusoxqbvnutd")
suspend fun httpHeaders(value: Map<String, String>?)

Parameters

value

HTTP headers to use for all responses from these URLs. An object containing a list of "key:value" value pairs.".


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

Parameters

values

HTTP headers to use for all responses from these URLs. An object containing a list of "key:value" value pairs.".