| Crates.io | salvo-proxy |
| lib.rs | salvo-proxy |
| version | 0.84.0 |
| created_at | 2022-10-10 12:19:00.609814+00 |
| updated_at | 2025-09-11 07:29:04.182934+00 |
| description | HTTP proxy support for the Salvo web server framework. Provides flexible proxy middleware for forwarding requests to upstream servers. |
| homepage | https://salvo.rs |
| repository | https://github.com/salvo-rs/salvo |
| max_upload_size | |
| id | 684552 |
| size | 96,093 |
Salvo is an extremely simple and powerful Rust web backend framework. Only basic Rust knowledge is required to develop backend services.
This crate provides proxy capabilities for the Salvo web framework, allowing you to forward requests to upstream servers. It's useful for creating API gateways, load balancers, and reverse proxies.
This is an official crate, so you can enable it in Cargo.toml like this:
salvo = { version = "*", features = ["proxy"] }
Salvo is an open source project. If you want to support Salvo, you can ☕ buy me a coffee here.
Salvo is licensed under either of
Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0).
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT).