Skip to main content

after

Function after 

Source
pub fn after<F, Fut>(name: impl Into<String>, f: F) -> MwEntry
where F: Fn(Response) -> Fut + Send + Sync + 'static, Fut: Future<Output = Response> + Send + 'static,
Expand description

Run f on the response after the rest of the chain.