contentTypes

@JvmName(name = "kkokifmxrnearnqs")
suspend fun contentTypes(value: Output<List<String>>)
@JvmName(name = "gwsphpwkglvhduoa")
suspend fun contentTypes(value: List<String>?)

Parameters

value

A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *";" parameter When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.


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


@JvmName(name = "yswjqdjvoxdreydp")
suspend fun contentTypes(values: List<Output<String>>)
@JvmName(name = "movmshxfbfjwnofj")
suspend fun contentTypes(vararg values: String)

Parameters

values

A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *";" parameter When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.