proxy-wasm / proxy-wasm-cpp-sdk

WebAssembly for Proxies (C++ SDK)
Apache License 2.0
140 stars 68 forks source link

how to read request body ? #65

Open aejeet opened 3 years ago

aejeet commented 3 years ago

As per https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/blob/master/docs/wasm_filter.md getRequestBodyBufferBytes method can be used to read the request body. But this method is not even supported.

What is the recommended way to read full request body (can potentially be large). A code sample will be very helpful. Also, the documentation should be fixed.