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