includeHttpHeaders

@JvmName(name = "olevvuqbqowgfbkl")
suspend fun includeHttpHeaders(value: Output<List<String>>)
@JvmName(name = "orsoqvwqaaygrkkx")
suspend fun includeHttpHeaders(value: List<String>?)

Parameters

value

Allows HTTP request headers (by name) to be used in the cache key.


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


@JvmName(name = "bpbttlqhckfpbvqg")
suspend fun includeHttpHeaders(values: List<Output<String>>)
@JvmName(name = "qmjsoawlgxkqnaow")
suspend fun includeHttpHeaders(vararg values: String)

Parameters

values

Allows HTTP request headers (by name) to be used in the cache key.