getRequestTag abstract method

Future<String> getRequestTag(
  1. String url
)

Returns a unique x-dynatrace header for the web request with a specified url. The string value can be empty in cases when the agent is not able to send data. (e.g turned off)

Implementation

Future<String> getRequestTag(String url);