[][src]Macro libremexre::route_any

macro_rules! route_any {
    ($hm:ident $hp:tt => $h:expr $(, $tm:ident $tp:tt => $t:expr)* $(,)*) => { ... };
    (@internal @path GET ()) => { ... };
    (@internal @path POST ()) => { ... };
    (@internal @path $m:ident $p:tt) => { ... };
}

Inserts .or(...) between the given filters.