async GET
String.httpGetAsync() extension function
val response: Deferred<Response> = "https://google.com/search?q=iphone".httpGetAsync()httpGetAsync call
val response: Deferred<Response> = httpGetAsync { }Last updated
Was this helpful?