proxy-wasm-cpp-sdk icon indicating copy to clipboard operation
proxy-wasm-cpp-sdk copied to clipboard

Is there detailed API documentation

Open liuqi-sun opened this issue 4 years ago • 5 comments

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) {}"

liuqi-sun avatar Jan 27 '21 07:01 liuqi-sun

@bianpengyuan could you help?

PiotrSikora avatar Jan 27 '21 10:01 PiotrSikora

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 .

bianpengyuan avatar Jan 27 '21 16:01 bianpengyuan

@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 avatar Mar 21 '21 06:03 NomadXD

@NomadXD if you got the documentation, can you share it here?

pranavhegde006 avatar Feb 10 '23 04:02 pranavhegde006

@PiotrSikora @bianpengyuan is the documentation for wasm network filters up yet?

pranavhegde006 avatar Feb 10 '23 05:02 pranavhegde006