httpHeaders

@JvmName(name = "fmdsdjuthxuurmpb")
suspend fun httpHeaders(value: Output<Map<String, String>>)
@JvmName(name = "ocldgjfkmwrcoyau")
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 = "tmevvydsvsmugvff")
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.".