membphis commented on issue #1617:
URL:
https://github.com/apache/incubator-apisix/issues/1617#issuecomment-641084618
@shengnoah you can write an example of this plugin. What do you think?
```
{
"uri_list": [
"/foo/glay/*", "/foo/bar", "/foo/gloo/*"
],
action: {
reject_code: 200,
delay: 10 # 1 sec
body: xxxx
}
}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]