Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
code / usr / share / code / resources / app / node_modules / applicationinsights / Library / RequestResponseHeaders.js
Size: Mime:
"use strict";
module.exports = {
    /**
     * Source instrumentation header that is added by an application while making http
     * requests and retrieved by the other application when processing incoming requests.
     */
    sourceInstrumentationKeyHeader: "x-ms-request-source-ikey",
    /**
     * Target instrumentation header that is added to the response and retrieved by the
     * calling application when processing incoming responses.
     */
    targetInstrumentationKeyHeader: "x-ms-request-target-ikey"
};