[go: up one dir, main page]

[][src]Function chttp::middleware::before

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

Create a new request middleware from a function.