contains

@JvmName(name = "okppkuaygtlqdsna")
suspend fun contains(value: Output<Map<String, List<String>>>)
@JvmName(name = "iqtwyfwklxmopafs")
suspend fun contains(value: Map<String, List<String>>?)

Parameters

value

For each header name and list of values combination, check if the request header contains any of the values provided. The presence of the request header and whether any of the values provided are contained in the request header value is used in building the cache key.


@JvmName(name = "wvecrothhxgeuxda")
fun contains(vararg values: Pair<String, List<String>>)

Parameters

values

For each header name and list of values combination, check if the request header contains any of the values provided. The presence of the request header and whether any of the values provided are contained in the request header value is used in building the cache key.