get

abstract suspend fun get(url: String, parameters: Map<String, String> = emptyMap()): HttpClientResponse

Sends a GET request to the specified URL.