#ifndef seafire__routing__match_hxx_ #define seafire__routing__match_hxx_ #include #include namespace seafire::routing { bool match(std::string const&, std::string const&, char, parameters_t&); std::string render(std::string const&, parameters_t&); } // namespace seafire::routing #endif