header

@JvmName(name = "vjrrckxjjbfqkuqt")
suspend fun header(value: Output<Map<String, String>>)
@JvmName(name = "jsjpplnybgngcvfr")
suspend fun header(value: Map<String, String>?)

Parameters

value

A mapping of header parameters to pass to the backend host. The keys are the header names and the values are a comma separated string of header values. This is converted to a list before being passed to the API.


@JvmName(name = "gesmyngrjkdeejpx")
fun header(vararg values: Pair<String, String>)

Parameters

values

A mapping of header parameters to pass to the backend host. The keys are the header names and the values are a comma separated string of header values. This is converted to a list before being passed to the API.