isJsonRequest

@JvmName(name = "jqpoqccecdbtllnd")
suspend fun isJsonRequest(value: Output<Boolean>)
@JvmName(name = "gvhdcsrqimrsowhi")
suspend fun isJsonRequest(value: Boolean?)

Parameters

value

Flag indicating whether the body request is JSON (header Content-Type = application/json), meaning its a Form URL encoded request (header Content-Type = application/x-www-form-urlencoded).