书栈网 · BookStack 本次搜索耗时 0.052 秒,为您找到 1128 个相关结果.
  • 测试

    Fastify 测试 关注点分离让测试变得轻松 使用 fastify.inject() 的好处 HTTP 注入测试 另一个例子: 测试正在运行的服务器 举例: 如何检测 tap 的测试 Fastify 测试 测试是开发应用最重要的一部分。Fastify 处理测试非常灵活并且它兼容绝大多数框架 (例如 Tap 。下面的例子都会用这个...
  • Routes

    Routes Routes Full declaration Routes options Shorthand declaration Url building Async Await Promise resolution Route Prefixing Route Prefixing and fastify-plugin Handling o...
  • Warnings

    Warnings Warnings Warnings In Fastify Fastify Warning Codes Fastify Deprecation Codes Warnings Table of contents Warnings Warnings In Fastify Fastify Warning Codes FST...
  • Serverless

    Serverless Contents Attention Readers: AWS Lambda app.js lambda.js Example Considerations Google Cloud Run Adjust Fastfiy server Add a Dockerfile Add a .dockerignore Sub...
  • 中间件

    Fastify 中间件 将中间件限定在特定的路径执行 Express 中间件兼容性 Fastify 中间件 Fastify 提供了一个开箱即用的异步中间件引擎 。它兼容 Express 与 Restify 的中间件。 想知道中间件何时执行,请看生命周期 一文。 Fastify 的中间件不支持 middleware(err, req,...
  • Routes

    Routes Full declaration Shorthand declaration Url building Async Await Promise resolution Route Prefixing Handling of / route inside prefixed plugins Custom Log Level Confi...
  • Routes

    Routes Full declaration Shorthand declaration Url building Async Await Promise resolution Route Prefixing Handling of / route inside prefixed plugins Custom Log Level Confi...
  • ContentTypeParser

    ContentTypeParser Content-Type Parser Usage hasContentTypeParser removeContentTypeParser removeAllContentTypeParsers Body Parser Custom Parser Options Catch-All Content...
  • Hooks

    Hooks Hooks Request/Reply Hooks onRequest preParsing preValidation preHandler preSerialization onError onSend onResponse onTimeout onRequestAbort Manage Errors from a ho...
  • 验证和序列化

    Fastify 验证和序列化 ⚠ 安全须知 验证 添加共用 schema 获取共用 schema 的拷贝 Ajv 插件 Schema 编译器 使用其他验证工具 其他验证工具与验证信息 Schema 解析器 序列化 错误控制 JSON Schema 及共用 Schema (Shared Schema) 支持 示例 资源 F...