proxy-wasm-rust-sdk
proxy-wasm-rust-sdk copied to clipboard
Feature flags according to filter type
The library could define feature flags corresponding to the filter type. For e.g. a tcp feature flag would enable the StreamContextTrait, and an http feature flag the HTTPContextTrait, this will enable clarity in what kind of filter it is. If the community members feel we should go ahead with it I could also submit a PR!