You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/06/09 15:55:57 UTC

[GitHub] [incubator-apisix] membphis commented on issue #1617: feature: support url check with regular expression matching and dynamic upstream selection

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:
users@infra.apache.org