headers

@JvmName(name = "dyssgspqahmigeik")
suspend fun headers(value: Output<Map<String, String>>)
@JvmName(name = "ntsksvlaaawwxbju")
suspend fun headers(value: Map<String, String>?)

Parameters

value

The list of headers to send as part of the uptime check request. If two headers have the same key and different values, they should be entered as a single header, with the value being a comma-separated list of all the desired values as described in RFC 2616 (page 31). Entering two separate headers with the same key in a Create call will cause the first to be overwritten by the second. The maximum number of headers allowed is 100.


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

Parameters

values

The list of headers to send as part of the uptime check request. If two headers have the same key and different values, they should be entered as a single header, with the value being a comma-separated list of all the desired values as described in RFC 2616 (page 31). Entering two separate headers with the same key in a Create call will cause the first to be overwritten by the second. The maximum number of headers allowed is 100.