[GitHub] [apisix-go-plugin-runner] spacewander commented on issue #53: request help: support http proxy

2021-12-13 Thread GitBox
spacewander commented on issue #53: URL: https://github.com/apache/apisix-go-plugin-runner/issues/53#issuecomment-993196842 Currently, setting response data will mean stopping the current process and returning immediately without proxying the request to upstream. -- This is an automated

[GitHub] [apisix-go-plugin-runner] spacewander commented on issue #53: request help: support http proxy

2021-12-10 Thread GitBox
spacewander commented on issue #53: URL: https://github.com/apache/apisix-go-plugin-runner/issues/53#issuecomment-990716684 1. you can get/set the header via Request.Header, see https://pkg.go.dev/github.com/apache/apisix-go-plugin-runner@v0.2.0/pkg/http#Header 2. you can stop the reque