Skip to content

Commit

Permalink
Merge pull request #385 from edgexie/patch-1
Browse files Browse the repository at this point in the history
Update pipes.md
  • Loading branch information
zuohuadong authored Sep 18, 2023
2 parents d8ad920 + ee383b3 commit 9c5e3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 10/pipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

在这两种情况下, 管道 `参数(arguments)` 会由 [控制器(controllers)的路由处理程序](/8/controllers?id=路由参数) 进行处理。Nest 会在调用这个方法之前插入一个管道,管道会先拦截方法的调用参数,进行转换或是验证处理,然后用转换好或是验证好的参数调用原方法。

Nest自带很多开箱即用的内置管道。你还可以构建自定义管道。本章将介绍先内置管道以及如何将其绑定到路由处理程序(route handlers)上,然后查看一些自定义管道以展示如何从头开始构建自定义管道。
Nest自带很多开箱即用的内置管道。你还可以构建自定义管道。本章将先介绍内置管道以及如何将其绑定到路由处理程序(route handlers)上,然后查看一些自定义管道以展示如何从头开始构建自定义管道。

?> 管道在异常区域内运行。这意味着当抛出异常时,它们由核心异常处理程序和应用于当前上下文的 [异常过滤器](/8/exceptionfilters) 处理。当在 Pipe 中发生异常,controller 不会继续执行任何方法。这提供了用于在系统边界验证从外部源进入应用程序的数据的一种最佳实践。

Expand Down

1 comment on commit 9c5e3f1

@vercel
Copy link

@vercel vercel bot commented on 9c5e3f1 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-nestjs-cn – ./

docs-nestjs-cn.vercel.app
docs-nestjs-cn-git-master-admin55.vercel.app
docs-nestjs-cn-admin55.vercel.app

Please sign in to comment.