fetch

abstract suspend fun fetch(url: String, headers: Map<String, String>): FetchedManifest

Return the response for url (sending headers); throw on transport or non-2xx HTTP error.