interface HttpClient
(source)
Represents an http client, used to make it easy to swap implementations as needed
abstract fun get(url: URL, headers: Map<String, String>? = null): String
Performs a GET request to the specified URL, supplying the provided headers |