◆ RouteMatcher()
◆ compile()
stdx::expected< void, UErrorCode > HttpRequestRouter::RouteMatcher::compile |
( |
| ) |
|
◆ handler()
◆ matches() [1/2]
stdx::expected< void, UErrorCode > HttpRequestRouter::RouteMatcher::matches |
( |
const icu::UnicodeString & |
input | ) |
const |
◆ matches() [2/2]
stdx::expected< void, UErrorCode > HttpRequestRouter::RouteMatcher::matches |
( |
std::string_view |
input | ) |
const |
◆ url_pattern()
const std::string & HttpRequestRouter::RouteMatcher::url_pattern |
( |
| ) |
const |
|
inline |
◆ handler_
◆ regex_pattern_
std::unique_ptr<icu::RegexPattern> HttpRequestRouter::RouteMatcher::regex_pattern_ |
|
private |
◆ url_pattern_
std::string HttpRequestRouter::RouteMatcher::url_pattern_ |
|
private |
The documentation for this class was generated from the following files: