responseHeaders

@JvmName(name = "rfffwpwvgmlvfghv")
suspend fun responseHeaders(value: Output<List<String>>)
@JvmName(name = "qsycdttnekrxwbrc")
suspend fun responseHeaders(value: List<String>?)

Parameters

value

The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.


@JvmName(name = "gkcnchwqriotigqx")
suspend fun responseHeaders(vararg values: Output<String>)


@JvmName(name = "sbgylanpdcqisrwg")
suspend fun responseHeaders(values: List<Output<String>>)
@JvmName(name = "ryenyubrwlvvtjfk")
suspend fun responseHeaders(vararg values: String)

Parameters

values

The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.