apache / apisix-go-plugin-runner

Go Plugin Runner for APISIX
https://apisix.apache.org/
Apache License 2.0
167 stars 69 forks source link

request help: rewrite the http request method, #96

Closed kongh closed 1 year ago

kongh commented 2 years ago

Issue description

Environment

Question: I need rewrite the http request method, can you add the method r.SetMethod() just like r.SetPath().

Why:

Example: Client -> Method(POST) and X-HTTP-Method-Override: PUT -> Go Runner Plugin -> Method(PUT) -> Upstream

soulbird commented 2 years ago

Would you like to contribute?