SNode.C
Loading...
Searching...
No Matches
regex_utils.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  express
 
namespace  express::dispatcher
 

Functions

std::string express::dispatcher::path_concat (const std::vector< std::string > &stringvec)
 
std::vector< std::string > express::dispatcher::explode (const std::string &s, char delim)
 
const std::regex & express::dispatcher::pathRegex ()
 
std::smatch express::dispatcher::matchResult (const std::string &cpath)
 
bool express::dispatcher::hasResult (const std::string &cpath)
 
bool express::dispatcher::matchFunction (const std::string &cpath, const std::string &reqpath)
 
void express::dispatcher::setParams (const std::string &cpath, express::Request &req)
 
bool express::dispatcher::checkForUrlMatch (const std::string &cpath, const std::string &reqpath)
 
std::string express::dispatcher::path_concat (const std::string &first, const std::string &second)