RUM JavaScript API - 1.347.4
    Preparing search index...

    Interface RUMCordovaHttpWebRequestEventContext

    The event context for a Cordova Plugin HTTP request.

    interface RUMCordovaHttpWebRequestEventContext {
        requestHeaders?: Record<string, string>;
        responseHeaders?: Record<string, string>;
        subType: CORDOVA_HTTP;
        type: REQUEST;
        url?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    requestHeaders?: Record<string, string>
    responseHeaders?: Record<string, string>
    subType: CORDOVA_HTTP
    type: REQUEST
    url?: string