tokers commented on a change in pull request #3556:
URL: https://github.com/apache/apisix/pull/3556#discussion_r579097214
##########
File path: apisix/plugins/proxy-rewrite.lua
##########
@@ -55,6 +55,11 @@ local schema = {
type = "string",
enum = {"http", "https"}
},
+ method = {
+ description = "new method",
+ type = "string",
+ enum = {"GET", "POST","PUT","PATCH","DELETE"}
Review comment:
See
https://github.com/apache/apisix/blob/master/apisix/schema_def.lua#L431, we
should support more HTTP methods.
----------------------------------------------------------------
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]