#include <regex_utils.h>
Public Attributes | |
| bool | requestMatched {false} |
| bool | decodeError {false} |
| bool | isPrefix {false} |
| std::size_t | consumedLength {0} |
| std::string_view | requestPath |
| std::map< std::string, std::string > | params |
| std::unordered_map< std::string, std::string > | requestQueryPairs |
Definition at line 77 of file regex_utils.h.
| std::size_t express::dispatcher::MountMatchResult::consumedLength {0} |
Definition at line 81 of file regex_utils.h.
Referenced by express::dispatcher::ApplicationDispatcher::dispatch(), express::dispatcher::MiddlewareDispatcher::dispatch(), express::dispatcher::RouterDispatcher::dispatch(), and express::dispatcher::matchMountPointImpl().
| bool express::dispatcher::MountMatchResult::decodeError {false} |
Definition at line 79 of file regex_utils.h.
Referenced by express::dispatcher::ApplicationDispatcher::dispatch(), express::dispatcher::MiddlewareDispatcher::dispatch(), express::dispatcher::RouterDispatcher::dispatch(), and express::dispatcher::matchMountPointImpl().
| bool express::dispatcher::MountMatchResult::isPrefix {false} |
Definition at line 80 of file regex_utils.h.
Referenced by express::dispatcher::ApplicationDispatcher::dispatch(), express::dispatcher::MiddlewareDispatcher::dispatch(), express::dispatcher::RouterDispatcher::dispatch(), and express::dispatcher::matchMountPointImpl().
| std::map<std::string, std::string> express::dispatcher::MountMatchResult::params |
Definition at line 83 of file regex_utils.h.
Referenced by express::dispatcher::ApplicationDispatcher::dispatch(), express::dispatcher::MiddlewareDispatcher::dispatch(), express::dispatcher::RouterDispatcher::dispatch(), and express::dispatcher::matchMountPointImpl().
| bool express::dispatcher::MountMatchResult::requestMatched {false} |
Definition at line 78 of file regex_utils.h.
Referenced by express::dispatcher::ApplicationDispatcher::dispatch(), express::dispatcher::MiddlewareDispatcher::dispatch(), express::dispatcher::RouterDispatcher::dispatch(), and express::dispatcher::matchMountPointImpl().
| std::string_view express::dispatcher::MountMatchResult::requestPath |
Definition at line 82 of file regex_utils.h.
Referenced by express::dispatcher::matchMountPointImpl().
| std::unordered_map<std::string, std::string> express::dispatcher::MountMatchResult::requestQueryPairs |
Definition at line 84 of file regex_utils.h.
Referenced by express::dispatcher::ApplicationDispatcher::dispatch(), express::dispatcher::MiddlewareDispatcher::dispatch(), express::dispatcher::RouterDispatcher::dispatch(), and express::dispatcher::matchMountPointImpl().