contentTypes

@JvmName(name = "pfiykfhijdpshxfx")
suspend fun contentTypes(value: Output<List<String>>)
@JvmName(name = "fowgvxtnxsrbtuah")
suspend fun contentTypes(value: List<String>)

Parameters

value

A list of custom Content-Type header values to apply the JSON parsing. The format of the Content-Type header values is defined in RFC 1341. When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.


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


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

Parameters

values

A list of custom Content-Type header values to apply the JSON parsing. The format of the Content-Type header values is defined in RFC 1341. When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.