fun |
|
fun httpDeleteAsync(client: Factory = defaultHttpClient, init: HttpDeleteContext.() -> Unit): Deferred<Response>
Method provides an asynchronous DSL call of HTTP DELETE |
|
fun httpGetAsync(client: Factory = defaultHttpClient, init: HttpGetContext.() -> Unit): Deferred<Response>
Method provides an asynchronous DSL call of HTTP GET |
|
fun httpHeadAsync(client: Factory = defaultHttpClient, init: HttpHeadContext.() -> Unit): Deferred<Response>
Method provides an asynchronous DSL call of HTTP HEAD |
|
fun httpPatchAsync(client: Factory = defaultHttpClient, init: HttpPatchContext.() -> Unit): Deferred<Response>
Method provides an asynchronous DSL call of HTTP PATCH |
|
fun httpPostAsync(client: Factory = defaultHttpClient, init: HttpPostContext.() -> Unit): Deferred<Response>
Method provides an asynchronous DSL call of HTTP POST |
|
fun httpPutAsync(client: Factory = defaultHttpClient, init: HttpPutContext.() -> Unit): Deferred<Response>
Method provides an asynchronous DSL call of HTTP PUT |
|
fun uploadAsync(client: Factory = defaultHttpClient, init: UploadContext.() -> Unit): Deferred<Response>
Method provides an asynchronous DSL call of HTTP POST to UPLOAD file |