salvo_proxy

Function 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 last param as the rest url path from request. In most case you should use wildcard param, like {**rest}, {*+rest}.