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



##########
File path: docs/en/latest/plugins/proxy-rewrite.md
##########
@@ -39,6 +39,7 @@ The `proxy-rewrite` is an upstream proxy information 
rewriting plugin, which sup
 | --------- | ------------- | ----------- | ------- | ----------------- | 
------------------------------------------------------------ |
 | scheme    | string        | optional    | "http"  | ["http", "https"] | 
Upstream new `schema` forwarding protocol. This option is deprecated. It's 
recommended to set the proxy `scheme` in the Upstream object's `scheme` field 
instead.|
 | uri       | string        | optional    |         |                   | 
Upstream new `uri` forwarding address. Supports the use of [Nginx 
variables](https://nginx.org/en/docs/http/ngx_http_core_module.html). Variables 
must start with `$`, such as `$arg_name`. |
+| method    | enum          | optional    |         | ["GET", "POST", "PUT", 
"HEAD", "DELETE", "OPTIONS","MKCOL", "COPY", "MOVE", "PROPFIND", 
"PROPFIND","LOCK", "UNLOCK", "PATCH", "TRACE"] | rewrite the HTTP method.|

Review comment:
       ok




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to