TaAjaxOptions

fun TaAjaxOptions(    url: String? = null,     preprocessQuery: (String) -> dynamic? = null,     preprocessData: (dynamic) -> Array<String>? = null,     beforeSend: (<ERROR CLASS>, <ERROR CLASS>) -> dynamic? = null,     httpType: HttpType = HttpType.GET,     dataType: DataType = DataType.JSON,     processData: Boolean = true)

Parameters

url

the url address

preprocessQuery

a function to process query string for sending

preprocessData

a function to process received data

beforeSend
httpType
dataType
processData