Rust WASM plugin support for matching service and route name prefixes is effective. (#1882)

This commit is contained in:
007gzs
2025-03-14 20:43:19 +08:00
committed by GitHub
parent 61defc13c6
commit 26bfdd45ff
2 changed files with 464 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
proxy-wasm = { git="https://github.com/higress-group/proxy-wasm-rust-sdk", branch="main", version="0.2.2" }
serde = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
multimap = "0"
http = "1"