29 #include <netflex/routing/params.hpp> 66 bool match(
const std::string& path, params_t& params)
const;
std::string m_match_regex_str
Definition: route_matcher.hpp:90
void match_get_params(const std::string &path, params_t ¶ms) const
bool match(const std::string &path, params_t ¶ms) const
route_matcher(const std::string &path)
std::vector< std::string > m_url_params
Definition: route_matcher.hpp:101
Definition: client.hpp:33
Definition: route_matcher.hpp:39
~route_matcher(void)=default
default dtor
std::regex m_match_regex
Definition: route_matcher.hpp:95
route_matcher & operator=(const route_matcher &)=default
assignment operator
void build_match_regex(const std::string &path)