RagavMaddali opened a new issue #69:
URL: https://github.com/apache/apisix-go-plugin-runner/issues/69
### Issue description
We want to send custom headers from go plugin runner. We have tried adding
it to both request object and response object in custom plugin , but both are
not working.
```
w http.ResponseWriter, r pkgHTTP.Request
r.Header().Set("x-team-info","abc")
w.Header().Add("x-team-info","abc)
```
### Environment
* APISIX Go Plugin Runner's version: master branch
* APISIX version: 2.11.0
* Go version: 1.6.2
* OS (cmd: `uname -a`): centos (linux amd 64)
--
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]