TaAjaxOptions

fun TaAjaxOptions(    url: String? = null,     preprocessQuery: (String) -> dynamic? = null,     preprocessData: (dynamic) -> Array<String>? = null,     beforeSend: (<Error class: unknown class>, <Error class: unknown 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