abstract fun get(url: URL, headers: Map<String, String>? = null): String
Performs a GET request to the specified URL, supplying the provided headers
url - destination url
url
headers - headers to submit with the request
headers
Return HTTP response