macro_rules! link {
    ($url:expr, { $($methods:tt)* }) => { ... };
}