We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec17333 commit 5a288bcCopy full SHA for 5a288bc
lib/symbols.js
@@ -30,6 +30,7 @@ const keys = {
30
kRequestValidateFns: Symbol('fastify.request.cache.validateFns'),
31
kRequestPayloadStream: Symbol('fastify.RequestPayloadStream'),
32
kRequestAcceptVersion: Symbol('fastify.RequestAcceptVersion'),
33
+ kRequestValidateWeakMap: Symbol('fastify.request.cache.validators'),
34
// 404
35
kFourOhFour: Symbol('fastify.404'),
36
kCanSetNotFoundHandler: Symbol('fastify.canSetNotFoundHandler'),
0 commit comments