responseHeadersToAdd

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "graagbaekydlxntx")
suspend fun responseHeadersToAdd(argument: List<suspend HttpHeaderOptionArgsBuilder.() -> Unit>)
@JvmName(name = "usgbqjgancdbtdbl")
suspend fun responseHeadersToAdd(vararg argument: suspend HttpHeaderOptionArgsBuilder.() -> Unit)
@JvmName(name = "otnqwihmfnuoxmxu")
suspend fun responseHeadersToAdd(argument: suspend HttpHeaderOptionArgsBuilder.() -> Unit)

Parameters

argument

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