public class BaseHttpConfigurationBuilder extends Object
Modifier and Type | Method and Description |
---|---|
void |
setHttpHeaders(Map<String,String> headers)
Set custom HTTP headers to be sent by the provided
HttpSender
This should be used also by third party senders. |
public void setHttpHeaders(@NonNull Map<String,String> headers)
HttpSender
This should be used also by third party senders.headers
- A map associating HTTP header names to their values.