1 2 3 4 5 6 7 8 9 10 11
# salvo-proxy ## Proxy for Salvo. This is offical crate, so you can enable it in `Cargo.toml` like this: ```toml salvo = { version = "*", features=["proxy"] } ``` [](https://docs.rs/salvo-proxy)