hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
AbstractRegexMatcher.RegexRule
hunt
http
routing
impl
AbstractRegexMatcher
AbstractRegexMatcher
Undocumented in source.
class
AbstractRegexMatcher
protected static
class
RegexRule {
string
rule
;
Regex
!
char
pattern
;
this
(string rule);
bool
opEquals
(Object o);
size_t
toHash
();
}
Constructors
this
this
(string rule)
Undocumented in source.
Members
Functions
opEquals
bool
opEquals
(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t
toHash
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
pattern
Regex
!
char
pattern
;
Undocumented in source.
rule
string
rule
;
Undocumented in source.
Meta
Source
See Implementation
hunt
http
routing
impl
AbstractRegexMatcher
AbstractRegexMatcher
classes
RegexRule
functions
add
getMatchType
match
regexMap
variables
_regexMap