UNPKG

1 kBJavaScriptView Raw
1'use strict'
2
3const ns = 'REserve@'
4
5module.exports = {
6 $configuration: Symbol(`${ns}configuration`),
7 $configurationInterface: Symbol(`${ns}configuration.interface`),
8 $configurationRequests: Symbol(`${ns}configuration.requests`),
9 $configurationEventEmitter: Symbol(`${ns}configuration.eventEmitter`),
10 $customPath: Symbol(`${ns}custom.path`),
11 $customCallback: Symbol(`${ns}custom.callback`),
12 $customConfiguration: Symbol(`${ns}custom.configuration`),
13 $customTimestamp: Symbol(`${ns}custom.timestamp`),
14 $dispatcherEnd: Symbol(`${ns}dispatcher.end`),
15 $handlerMethod: Symbol(`${ns}handler.method`),
16 $handlerSchema: Symbol(`${ns}handler.schema`),
17 $mappingChecked: Symbol(`${ns}mapping.checked`),
18 $mappingMatch: Symbol(`${ns}mapping.match`),
19 $mappingMethod: Symbol(`${ns}mapping.method`),
20 $requestId: Symbol(`${ns}request.id`),
21 $requestInternal: Symbol(`${ns}request.internal`),
22 $responseEnded: Symbol(`${ns}response.ended`),
23 $useMiddleware: Symbol(`${ns}use.middleware`)
24}