kvision / pl.treksoft.kvision.remote / CallAgent / remoteCall

remoteCall

fun remoteCall(url: String, data: dynamic = null, method: HttpMethod = HttpMethod.GET, contentType: String = "application/json", beforeSend: ((JQueryXHR, JQueryAjaxSettings) -> Boolean)? = null): Promise<dynamic>

Makes a remote call to the remote server.

Parameters

url - an URL address

data - data to be sent

method - a HTTP method

contentType - a content type of the request

beforeSend - a content type of the request

Return
a promise of the result