embed filter接口demo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
584 B

3 years ago
# demo-embed-request-filter
3 years ago
embed filter接口demo\
Demo示例简单展示了该接口的最基本的用法\
访问decision下任何请求都会输出日志 EmbedRequestFilter:path=xxx,ip=sss\
NextDemo示例用于指明同一插件中多个embed filter接口的执行顺序\
访问decision下任何请求都会输出日志NextFilter:path==xxx,ip=sss 且在上一个日志之后\
ErrorDemo示例则展示了该接口的错误用法
访问decision下任何请求都会跳转到百度(测试完要禁用,否则其他插件可能就没法测试了,这是个错误的用法示例)