proxy-wasm-cpp-sdk
proxy-wasm-cpp-sdk copied to clipboard
how to read request body ?
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.