书栈网 · BookStack 本次搜索耗时 0.044 秒,为您找到 1128 个相关结果.
  • V4 Migration Guide

    V4 Migration Guide Codemods Fastify v4 Codemods Breaking Changes Error handling composition ( #3261 ) Removed app.use() ( #3506 ) reply.res moved to reply.raw Need to ret...
  • Plugins Guide

    The hitchhiker's guide to plugins Register Decorators Hooks Middlewares How to handle encapsulation and distribution Handle errors Let's start! The hitchhiker's guide to...
  • 入门

    Fastify 起步 安装 第一个服务器 注 第一个插件 插件加载顺序 验证数据 序列化数据 扩展服务器 测试服务器 从命令行启动服务器 幻灯片与视频 (英文资源) Fastify 起步 Hello!感谢你来到 Fastify 的世界!这篇文档将向你介绍 Fastify 框架及其特性,也包含了一些示例和指向其他文档的链接。...
  • Plugins Guide

    The hitchhiker's guide to plugins Register Decorators Hooks Middlewares How to handle encapsulation and distribution Handle errors Let's start! The hitchhiker's guide to...
  • Plugins

    Plugins Plugin Options Route Prefixing option Error handling Create a plugin Handle the scope Plugins Fastify allows the user to extend its functionalities with plugins. A...
  • Decorators

    Decorators Decorators Usage decorate(name, value, [dependencies]) decorateReply(name, value, [dependencies]) decorateRequest(name, value, [dependencies]) hasDecorator(name) ...
  • Decorators

    Decorators Decorators Usage decorate(name, value, [dependencies]) decorateReply(name, value, [dependencies]) decorateRequest(name, value, [dependencies]) hasDecorator(name) ...
  • Plugins

    Plugins Plugin Options Route Prefixing option Error handling Create a plugin Handle the scope Plugins Fastify allows the user to extend its functionalities with plugins. A...
  • Type-Providers

    Type-Providers Type Providers Providers Json Schema to Ts TypeBox Zod Scoped Type-Provider Type Definition of FastifyInstance + TypeProvider Type-Providers Type Provider...
  • Middleware

    Middleware Middleware Restrict middleware execution to certain paths Alternatives Middleware Middleware Starting with Fastify v3.0.0, middleware is not supported out of the ...