android-components / mozilla.components.service.fretboard.source.kinto / HttpClient / get

get

abstract fun get(url: URL, headers: Map<String, String>? = null): String (source)

Performs a GET request to the specified URL, supplying the provided headers

Parameters

url - destination url

headers - headers to submit with the request

Return
HTTP response