Aktueller Stand
This commit is contained in:
4
backend/node_modules/fastify/lib/symbols.js
generated
vendored
4
backend/node_modules/fastify/lib/symbols.js
generated
vendored
@@ -5,6 +5,7 @@ const keys = {
|
||||
kChildren: Symbol('fastify.children'),
|
||||
kServerBindings: Symbol('fastify.serverBindings'),
|
||||
kBodyLimit: Symbol('fastify.bodyLimit'),
|
||||
kSupportedHTTPMethods: Symbol('fastify.acceptedHTTPMethods'),
|
||||
kRoutePrefix: Symbol('fastify.routePrefix'),
|
||||
kLogLevel: Symbol('fastify.logLevel'),
|
||||
kLogSerializers: Symbol('fastify.logSerializers'),
|
||||
@@ -15,8 +16,8 @@ const keys = {
|
||||
kDisableRequestLogging: Symbol('fastify.disableRequestLogging'),
|
||||
kPluginNameChain: Symbol('fastify.pluginNameChain'),
|
||||
kRouteContext: Symbol('fastify.context'),
|
||||
kPublicRouteContext: Symbol('fastify.routeOptions'),
|
||||
kGenReqId: Symbol('fastify.genReqId'),
|
||||
kHttp2ServerSessions: Symbol('fastify.http2ServerSessions'),
|
||||
// Schema
|
||||
kSchemaController: Symbol('fastify.schemaController'),
|
||||
kSchemaHeaders: Symbol('headers-schema'),
|
||||
@@ -56,6 +57,7 @@ const keys = {
|
||||
// This symbol is only meant to be used for fastify tests and should not be used for any other purpose
|
||||
kTestInternals: Symbol('fastify.testInternals'),
|
||||
kErrorHandler: Symbol('fastify.errorHandler'),
|
||||
kErrorHandlerAlreadySet: Symbol('fastify.errorHandlerAlreadySet'),
|
||||
kChildLoggerFactory: Symbol('fastify.childLoggerFactory'),
|
||||
kHasBeenDecorated: Symbol('fastify.hasBeenDecorated'),
|
||||
kKeepAliveConnections: Symbol('fastify.keepAliveConnections'),
|
||||
|
||||
Reference in New Issue
Block a user