pub fn before<F, Fut>(name: impl Into<String>, f: F) -> MwEntrywhere F: Fn(Request) -> Fut + Send + Sync + 'static, Fut: Future<Output = Request> + Send + 'static,
Run f on the request before the rest of the chain.
f