forwardHeaders

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


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