Is there detailed API documentation
Is there detailed API documentation? Such as "proxy_wasm_externs.h" and these functions "virtual FilterStatus onNewConnection() { return FilterStatus::Continue; } virtual FilterStatus onDownstreamData(size_t, bool) { return FilterStatus::Continue; } virtual FilterStatus onUpstreamData(size_t, bool) { return FilterStatus::Continue; } virtual void onDownstreamConnectionClose(CloseType) {} virtual void onUpstreamConnectionClose(CloseType) {}"
@bianpengyuan could you help?
Sure, this is on my todo list.
On Wed, Jan 27, 2021 at 2:56 AM Piotr Sikora [email protected] wrote:
@bianpengyuan https://github.com/bianpengyuan could you help?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/issues/82#issuecomment-768204756, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIJBBSCVPKL4PJO3CU4NH73S37WN3ANCNFSM4WUYGPXA .
@PiotrSikora @bianpengyuan Can I know when the documentation will be available ? There's a pending PR for that. I guess we can refer to that until it gets merged. Thanks
@NomadXD if you got the documentation, can you share it here?
@PiotrSikora @bianpengyuan is the documentation for wasm network filters up yet?