responseHeadersToAdd

@JvmName(name = "gcjaggbbgqwnlydj")
suspend fun responseHeadersToAdd(value: Output<List<HttpHeaderOptionArgs>>)
@JvmName(name = "oclabfijrdmuhpgi")
suspend fun responseHeadersToAdd(value: List<HttpHeaderOptionArgs>?)

Parameters

value

Headers to add the response before sending the response back to the client.


@JvmName(name = "jdyqgiggmipovxqp")
suspend fun responseHeadersToAdd(vararg values: Output<HttpHeaderOptionArgs>)


@JvmName(name = "ayjsfyxuycpfhctq")
suspend fun responseHeadersToAdd(values: List<Output<HttpHeaderOptionArgs>>)
@JvmName(name = "iqhikecnxsraelip")
suspend fun responseHeadersToAdd(vararg values: HttpHeaderOptionArgs)

Parameters

values

Headers to add the response before sending the response back to the client.


@JvmName(name = "vsnjimixkjhnqjwy")
suspend fun responseHeadersToAdd(argument: List<suspend HttpHeaderOptionArgsBuilder.() -> Unit>)
@JvmName(name = "cqlvnjsurwmceukf")
suspend fun responseHeadersToAdd(vararg argument: suspend HttpHeaderOptionArgsBuilder.() -> Unit)
@JvmName(name = "vhxckhouqcokkisr")
suspend fun responseHeadersToAdd(argument: suspend HttpHeaderOptionArgsBuilder.() -> Unit)

Parameters

argument

Headers to add the response before sending the response back to the client.