fun String. |
|
fun String.httpGet(client: Factory = defaultHttpClient): Response
This extension performs an GET request with the provided |
|
fun String.httpGetAsync(client: Factory = defaultHttpClient): Deferred<Response>
Async version of http GET request with the provided |