interface IRequestHeaders {
    requestContextAppIdFormat: string;
    requestContextHeader: string;
    requestContextHeaderLowerCase: string;
    requestContextTargetKey: string;
    requestIdHeader: string;
    sdkContextHeader: string;
    sdkContextHeaderAppIdRequest: string;
    traceParentHeader: string;
    traceStateHeader: string;
}

Properties

requestContextAppIdFormat: string

Request-Context appId format

requestContextHeader: string

Request-Context header

requestContextHeaderLowerCase: string
requestContextTargetKey: string

Target instrumentation header that is added to the response and retrieved by the calling application when processing incoming responses.

requestIdHeader: string

Request-Id header

sdkContextHeader: string

Sdk-Context header If this header passed with appId in content then appId will be returned back by the backend.

sdkContextHeaderAppIdRequest: string

String to pass in header for requesting appId back from the backend.

traceParentHeader: string

W3C distributed tracing protocol header

traceStateHeader: string

W3C distributed tracing protocol state header