mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Create an OperationRouterHandler
This allows us to route after an Operation has been parsed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user