Function salvo_proxy::default_url_path_getter
source · pub fn default_url_path_getter(req: &Request, _depot: &Depot) -> Option<String>Expand description
Default url path getter. This getter will get the url path from request wildcard param, like <**rest>, <*+rest>.