forwardHeaders

@JvmName(name = "sfkmogylbndxewxi")
suspend fun forwardHeaders(value: Output<List<String>>)
@JvmName(name = "pihbwfkexmoeaxcy")
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 = "peqislfyxoiyloit")
suspend fun forwardHeaders(vararg values: Output<String>)


@JvmName(name = "baitebjskifklwme")
suspend fun forwardHeaders(values: List<Output<String>>)
@JvmName(name = "shqhsyqunfwbudyf")
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.