UNPKG

@evanion/nestjs-correlation-id

Version:

Transparently forward or add correlation id to all requests

6 lines (5 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CORRELATION_CONFIG_TOKEN = exports.CORRELATION_ID_HEADER = void 0; exports.CORRELATION_ID_HEADER = 'X-Correlation-Id'; exports.CORRELATION_CONFIG_TOKEN = 'CORRELATION_CONFIG';