SNode.C
Loading...
Searching...
No Matches
express::dispatcher::MountMatchResult Struct Reference

#include <regex_utils.h>

Collaboration diagram for express::dispatcher::MountMatchResult:

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

Detailed Description

Definition at line 77 of file regex_utils.h.

Member Data Documentation

◆ consumedLength

◆ decodeError

◆ isPrefix

◆ params

◆ requestMatched

◆ requestPath

std::string_view express::dispatcher::MountMatchResult::requestPath

Definition at line 82 of file regex_utils.h.

Referenced by express::dispatcher::matchMountPointImpl().

◆ requestQueryPairs

std::unordered_map<std::string, std::string> express::dispatcher::MountMatchResult::requestQueryPairs

The documentation for this struct was generated from the following file: