chttp::middleware
pub fn before( f: impl Fn(Request) -> Request + Send + Sync + 'static) -> impl Middleware
Create a new request middleware from a function.