passthroughRequestHeaders

@JvmName(name = "qhkuxlilexbhitwd")
suspend fun passthroughRequestHeaders(value: Output<List<String>>)
@JvmName(name = "fbxytnxxkqoflspy")
suspend fun passthroughRequestHeaders(value: List<String>?)

Parameters

value

List of headers to whitelist and pass from the request to the backend.


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


@JvmName(name = "wqjrpeomwwhwfnnd")
suspend fun passthroughRequestHeaders(values: List<Output<String>>)
@JvmName(name = "epdcopxixcsneiiq")
suspend fun passthroughRequestHeaders(vararg values: String)

Parameters

values

List of headers to whitelist and pass from the request to the backend.