DynatraceHttpClientOptions constructor

DynatraceHttpClientOptions(
  1. Map<String, String> requestHeaders
)

Constructor which allows to specify custom default headers. Should also be used if default user-agent is changed or accept-encoding header is deactivated.

Implementation

DynatraceHttpClientOptions(this.requestHeaders);