macro_rules! limit { ($who:expr, $route:expr) => { ... }; }
Check if a request should be allowed based on rate limiting rules.
Panics if the rate limiter has not been initialized.