Crate salvo_proxy
source ·Expand description
Proxy middleware.
Structs
- Proxy
Traits
- Upstreams trait.
Functions
- Default url path getter. This getter will get the url path from request wildcard param, like
<*rest>,<**rest>. - Default url query getter. This getter just return the query string from request uri.
Type Aliases
- Url part getter. You can use this to get the proxied url path or query.