hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
AbstractPatternMatcher.PatternRule
hunt
http
routing
impl
AbstractPatternMatcher
AbstractPatternMatcher
Undocumented in source.
class
AbstractPatternMatcher
protected static
class
PatternRule {
string
rule
;
Pattern
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
Pattern
pattern
;
Undocumented in source.
rule
string
rule
;
Undocumented in source.
Meta
Source
See Implementation
hunt
http
routing
impl
AbstractPatternMatcher
AbstractPatternMatcher
classes
PatternRule
constructors
this
functions
add
getMatchType
match
variables
_patternMap