async POST

You can use same syntax as in POST

val response: Deferred<Response> = httpPostAsync { }

Last updated