Type Definition salvo_proxy::UrlPartGetter
source · pub type UrlPartGetter = Box<dyn Fn(&Request, &Depot) -> Option<String> + Send + Sync + 'static>;Expand description
Url part getter. You can use this to get the proxied url path or query.