muhammadn commented on issue #153:
URL:
https://github.com/apache/apisix-go-plugin-runner/issues/153#issuecomment-1986835717
@zxyao145 Just use res.Var("<nginx variable>") to get the request data.
Example: `method, err := res.Var("request_method")`
List of nginx variables can be seen in the nginx
[documentation](https://nginx.org/en/docs/varindex.html).
--
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]