[][src]Function chttp::middleware::after

pub fn after(
    f: impl Fn(Response) -> Response + Send + Sync + 'static
) -> impl Middleware

Create a new response middleware from a function.