feat: Create an OperationRouterHandler

This allows us to route after an Operation has been parsed
This commit is contained in:
Joachim Van Herwegen
2022-09-29 16:46:46 +02:00
parent da99ff30f6
commit 3db1921633
14 changed files with 266 additions and 154 deletions

View File

@@ -15,7 +15,7 @@ export interface OriginalUrlExtractorArgs {
identifierStrategy: IdentifierStrategy;
/**
* Specify wether the OriginalUrlExtractor should include the request query string.
* Specify whether the OriginalUrlExtractor should include the request query string.
*/
includeQueryString?: boolean;
}