书栈网 · BookStack 本次搜索耗时 0.053 秒,为您找到 901 个相关结果.
  • Custom decorators

    Custom route decorators Param decorators Passing data Working with pipes Decorator composition Custom route decorators Nest is built around a language feature called decora...
  • Middleware

    Middleware Dependency injection Applying middleware Route wildcards Middleware consumer Excluding routes Hoodies, T-shirts, and accessories! Functional middleware Multiple m...
  • Controllers

    Controllers Routing Official enterprise support Request object Resources Route wildcards Status code Headers Redirection Route parameters Sub-Domain Routing Scopes Async...
  • Controllers

    Controllers Routing Request object Resources Route wildcards Status code Headers Redirection Route parameters Sub-Domain Routing Scopes Asynchronicity Request payloads ...
  • 中间件

    中间件 依赖注入 应用中间件 路由通配符 中间件消费者 函数式中间件 多个中间件 全局中间件 译者署名 中间件 中间件是在路由处理程序 之前 调用的函数。 中间件函数可以访问请求和响应对象,以及应用程序请求响应周期中的 next() 中间件函数。 next() 中间件函数通常由名为 next 的变量表示。 Nest 中间件...
  • 中间件

    中间件 依赖注入 应用中间件 路由通配符 中间件消费者 函数式中间件 多个中间件 全局中间件 译者署名 中间件 中间件是在路由处理程序 之前 调用的函数。 中间件函数可以访问请求和响应对象,以及应用程序请求响应周期中的 next() 中间件函数。 next() 中间件函数通常由名为 next 的变量表示。 Nest 中间...
  • Validation

    Validation Overview Using the built-in ValidationPipe Auto-validation Disable detailed errors Stripping properties Learn the right way! Transform payload objects Explicit co...
  • GraphQL

    GraphQL 快速开始 安装 Apollo 中间件 Schema 解析器映射 重构 类型定义 变更(Mutations) 重构 类型定义 订阅(Subscriptions) 重构 类型定义 标量 看守器和拦截器 使用 Schema 拼接 代理(Proxying) IDE GraphQL 快速开始 Graph...
  • 控制器

    控制器 路由 Request 资源 路由通配符 状态码 Headers 重定向 路由参数 子域路由 作用域 Async / await 请求负载 处理错误 完整示例 最后一步 类库特有方式 译者署名 控制器 控制器负责处理传入的 请求 和向客户端返回 响应 。 控制器的目的是接收应用的特定请求。路由 机制控...
  • Database

    2461 2019-11-16 《Nest.js v6.0 Document》
    Database TypeORM Integration Repository pattern Multiple databases Testing Custom repository Async configuration Example Database Nest is database agnostic, allowing you...