🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
按照生命周期分类,分为`pre`类型过滤器、`post`类型过滤器。 * **pre** 类型的过滤器可以做参数校验、权限校验、流量监控、日志输出、协议转换等。 * **post** 类型的过滤器中可以做响应内容、响应头的修改,日志的输出,流量监控等。 过滤器又分 GatewayFilter 过滤器和 GlobalFilter 过滤器,种类非常多,具体参考官方文档。 **** [GatewayFilter Factories](https://cloud.spring.io/spring-cloud-static/spring-cloud-gateway/2.2.1.RELEASE/reference/html/#gatewayfilter-factories) [Global Filters](https://cloud.spring.io/spring-cloud-static/spring-cloud-gateway/2.2.1.RELEASE/reference/html/#global-filters)