Go to the source code of this file.
Classes | |
| struct | express::dispatcher::MountMatchResult |
| class | express::dispatcher::ScopedPathStrip |
| class | express::dispatcher::ScopedParams |
Namespaces | |
| namespace | express |
| namespace | express::dispatcher |
Functions | |
| bool | express::dispatcher::ieq (char a, char b) |
| bool | express::dispatcher::methodMatches (std::string_view requestMethod, const std::string &mountMethod) |
| std::string | express::dispatcher::joinMountPath (std::string_view parentMountPath, std::string_view relativeMountPath) |
| MountMatchResult | express::dispatcher::matchMountPoint (express::Controller &controller, const std::string &absoluteMountPath, const express::MountPoint &mountPoint, std::regex &cachedRegex, std::vector< std::string > &cachedNames, bool strictRouting, bool caseInsensitiveRouting) |