By using the hooks you can interact directly inside the lifecycle of Fastify. ... fastify.addHook('onRequest', (req, res, next) => { // some code next() }) ...
確定! 回上一頁