[][src]Macro finchers::path

macro_rules! path {
    ($path:expr) => { ... };
    (@$verb:ident $path:expr) => { ... };
}

A macro for creating an endpoint that matches to the specific HTTP path.