set Http Headers
fun setHttpHeaders(headers: Map<String, String>): HttpSenderConfigurationBuilder
Content copied to clipboard
Set custom HTTP headers to be sent by the provided org.acra.sender.HttpSender This should be used also by third party senders.
Return
this instance
Parameters
headers
A map associating HTTP header names to their values.