proxy-wasm-rust-sdk
proxy-wasm-rust-sdk copied to clipboard
WebAssembly for Proxies (Rust SDK)
#### Description Add BCR workflow configuration for [Bazel Central Registry ](https://github.com/bazelbuild/bazel-central-registry) publishing. See [publish-to-bcr](https://github.com/bazel-contrib/publish-to-bcr)
#### Description Update rules_rust to 0.68.0 and Rust to 1.91.1
#### Description Add Dependabot configuration to check for dependencies updates
Introduce a new Proxy-Wasm TCP filter example that demonstrates dynamic routing of TCP connections based on source IP addresses at the TCP stream context (L4). This example showcases application-layer routing...
This change refactors the `serialize_property_path` function to be agnostic over any type that can provide a list of string slices, which allows for e.g. constant values to be passed without...
I tried to capture the full request body as shown in the example, but the last chunk of data is always missing. The total body size is 73,072 bytes, but...
Based on a patch by Alejandro Martinez Ruiz.