Interface OriginalUrlExtractorArgs

interface OriginalUrlExtractorArgs {
    identifierStrategy: IdentifierStrategy;
    includeQueryString?: boolean;
}

Properties

identifierStrategy: IdentifierStrategy

The IdentifierStrategy to use for checking the scope of the request

includeQueryString?: boolean

Specify whether the OriginalUrlExtractor should include the request query string.