headers

@JvmName(name = "rbfmsagcqidmdodp")
suspend fun headers(value: Output<Map<String, String>>)
@JvmName(name = "gsocuatefyjbdarn")
suspend fun headers(value: Map<String, String>)

Parameters

value

The additional headers to add to the response. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.


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

Parameters

values

The additional headers to add to the response. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.