-
public final class BaseHttpConfigurationBuilder
-
-
Method Summary
Modifier and Type Method Description final UnitsetHttpHeaders(Map<String, String> headers)Set custom HTTP headers to be sent by the provided org.acra.sender.HttpSender This should be used also by third party senders. final Map<String, String>httpHeaders()-
-
Method Detail
-
setHttpHeaders
final Unit setHttpHeaders(Map<String, String> headers)
Set custom HTTP headers to be sent by the provided org.acra.sender.HttpSender This should be used also by third party senders.
- Parameters:
headers- A map associating HTTP header names to their values.
-
httpHeaders
final Map<String, String> httpHeaders()
-
-
-
-