Type Alias 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.

Aliased Typeยง

struct UrlPartGetter(/* private fields */);