proxy-wasm-go-sdk
proxy-wasm-go-sdk copied to clipboard
WebAssembly for Proxies (Go SDK)
## Describe the bug / error `GetProperty` call returns no output. This is in a network WASM filter. I can tell the WASM filter is receiving data, because `GetDownstreamData` returns...
## Describe the bug / error We're using mTLS in an Istio ingressgateway and have a need to get information from the downstream client certificate. Currently we are using LUA...
Im developing a plugin for envoy and i wonder what is the best method to debug this program with breakpoints and looking into the memory. I didn't find any good...
## Describe the bug / error GetHttpRequestHeaders method is retuning is error = 6, I checked the source code but did not find any documentation and code related to error...
I'd like to make calls using `proxywasm.DispatchHttpCall(...)` to various URLs. Is it possible to have a cluster in the envoy config that will use the `:authority` header and forward the...
I am trying to add circuit breaking to specific request. I looked into this example https://github.com/tetratelabs/proxy-wasm-go-sdk/blob/main/examples/postpone_requests/main.go but not clear how to add postpone for specific request ```go func (ctx *httpContext)...
Hi folks, I'm looking for advice. We are building a product around ProxyWasm and we'd love to support as many languages/SDKs as possible. We've been doing benchmarking and stress testing...