docs: translate the document of custom response plugin to English. (#144)

This commit is contained in:
Kent Dong
2023-01-27 19:31:26 +08:00
committed by GitHub
parent f262883611
commit 059f4c682e
3 changed files with 89 additions and 1 deletions

View File

@@ -67,4 +67,4 @@ _rules_:
```
In the rule sample of `_match_route_`, `route-a` and `route-b` are the route names provided when creating a new gateway route. When the current route names matches the configuration, the rule following shall be applied.
In the rule sample of `_match_domain_`, `*.example.com` and `test.com` are the domain names used for request matching. When the current domain name matches the configuration, the rule following shall be applied.
All rules shall be checked following the order of items in the `_rules_` fieldThe first matched rule will be applied. All remained will be ignored.
All rules shall be checked following the order of items in the `_rules_` field, The first matched rule will be applied. All remained will be ignored.