prepareGet
inline suspend fun <T : Any> HttpClient.prepareGet(resource: T, builder: HttpRequestBuilder.() -> Unit = {}): HttpStatement
Content copied to clipboard
Prepares a HttpClient GET request, with a URL built from resource and the information from the builder