getHeaders

abstract fun getHeaders(url: String): Map<String, String>

This method returns a Map with the GPC headers IF the url passed allows for them to be added.

Return

a Map with the GPC headers or an empty Map if the above conditions are not met