Jimmy
HttpClient().use { httpClient -> withTimeout(timeout) { val body = httpClient.get(urlPath).bodyAsText() ... do work ... } }