forwardHeaders

@JvmName(name = "lowklgnptvcyxngd")
suspend fun forwardHeaders(value: Output<List<String>>)
@JvmName(name = "hagbwmvhcaginkwl")
suspend fun forwardHeaders(value: List<String>?)

Parameters

value

List of the HTTP headers to forward to the extension (from the client or backend). If omitted, all headers are sent. Each element is a string indicating the header name.


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


@JvmName(name = "vtggsugiqxngabat")
suspend fun forwardHeaders(values: List<Output<String>>)
@JvmName(name = "xyoqwjmyhvdutwrk")
suspend fun forwardHeaders(vararg values: String)

Parameters

values

List of the HTTP headers to forward to the extension (from the client or backend). If omitted, all headers are sent. Each element is a string indicating the header name.