This function starts a new coroutine with Unconfined dispatcher.
val response: Deferred<Response> = "https://google.com/search?q=iphone".httpGetAsync()
You can use same syntax as in GET
val response: Deferred<Response> = httpGetAsync { }
This function starts a new coroutine with Unconfined dispatcher.
val response: Deferred<Response> = "https://google.com/search?q=iphone".httpGetAsync()
You can use same syntax as in GET
val response: Deferred<Response> = httpGetAsync { }