{{description}}
To build this plugin:
makeAfter building, the plugin can be installed in witmproxy by running witm plugin add <path-to-wasm-file>.
This plugin was generated from the witmproxy Rust plugin template with the following variables:
- Plugin Name: {{plugin-name}}
- Authors: {{author}}
- Description: {{description}}
- Modify the
manifest()function insrc/lib.rsto update plugin metadata - Implement your plugin logic in the
handle_request()andhandle_response()functions - Update the
filterCEL expressions in themanifest()function to specify which connections/requests/responses the plugin should process - Add any additional dependencies to
Cargo.toml