membphis commented on a change in pull request #979: feature: support regex_uri option in proxy-rewrite plugin URL: https://github.com/apache/incubator-apisix/pull/979#discussion_r361110952
########## File path: t/plugin/proxy-rewrite.t ########## @@ -743,3 +743,198 @@ x-api-engine: APISIX x-real-ip: 127.0.0.1 --- no_error_log [error] + + + +=== TEST 26: set route(only using regex_uri) +--- config + location /t { + content_by_lua_block { + local t = require("lib.test_admin").test + local code, body = t('/apisix/admin/routes/1', + ngx.HTTP_PUT, + [[{ + "methods": ["GET"], Review comment: This is not a required option, we can delete it. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services