values

@JvmName(name = "ygbtnthqflvwjxcd")
suspend fun values(value: Output<List<String>>)
@JvmName(name = "qsygoguqeyfeggxv")
suspend fun values(value: List<String>?)

Parameters

value

The value of the header field. The value must be 1 to 128 characters in length, and can contain lowercase letters, printable ASCII characters whose values are ch >= 32 && ch < 127, asterisks (*), and question marks (?). The value cannot start or end with a space.


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


@JvmName(name = "gsicpqqjlxkytdpb")
suspend fun values(values: List<Output<String>>)
@JvmName(name = "hamufpdmdvukyews")
suspend fun values(vararg values: String)

Parameters

values

The value of the header field. The value must be 1 to 128 characters in length, and can contain lowercase letters, printable ASCII characters whose values are ch >= 32 && ch < 127, asterisks (*), and question marks (?). The value cannot start or end with a space.