request
inline suspend fun <T : Any> HttpClient.request(resource: T, builder: HttpRequestBuilder.() -> Unit): HttpResponse
Executes a HttpClient request, with a URL built from resource and the information from the builder
Executes a HttpClient request, with a URL built from resource and the information from the builder