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 2021/10/21 02:02:53 UTC

[GitHub] [apisix] zhendongcmss commented on a change in pull request #5292: feat(proxy-rewrite): add method proxy

zhendongcmss commented on a change in pull request #5292:
URL: https://github.com/apache/apisix/pull/5292#discussion_r733265200



##########
File path: apisix/plugins/proxy-rewrite.lua
##########
@@ -34,6 +34,11 @@ local schema = {
             maxLength   = 4096,
             pattern     = [[^\/.*]],
         },
+        method = {
+            description = "proxy route method",
+            type        = "string",
+            enum        = {"GET", "POST", "PUT", "HEAD"}

Review comment:
       OK, will add them in next commit.




-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org