ADEumServerCorrelationHeaders Class Reference

Inherits from NSObject
Declared in ADEumServerCorrelationHeaders.h

Overview

If you are using ADEumHTTPRequestTracker to report custom HTTP requests, you can use this class to correlate those requests with business transactions.

To do so, call the generate method on this class to retrieve a list of headers, and set those header values on each outgoing HTTP request. Also, ensure that you are passing all response headers to ADEumHTTPRequestTracker.

+ generate

Generate HTTP headers that should be set on outgoing requests.

+ (NSDictionary *)generate

Declared In

ADEumServerCorrelationHeaders.h