Fastify Plugins. A brief overview. fastify.register( require('my-plugin'), { options } ). function myPlugin (fastify, opts, next) { // register other ...
確定! 回上一頁