hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
Matcher
hunt
http
routing
Matcher
interface
Matcher {
enum
MatchType
;
class
MatchResult
;
void
add
(string rule, Router router);
MatchResult
match
(string value);
MatchType
getMatchType
();
}
Members
Classes
MatchResult
class
MatchResult
Undocumented in source.
Enums
MatchType
enum
MatchType
Undocumented in source.
Functions
add
void
add
(string rule, Router router)
Undocumented in source.
getMatchType
MatchType
getMatchType
()
Undocumented in source.
match
MatchResult
match
(string value)
Undocumented in source.
Meta
Source
See Implementation
hunt
http
routing
Matcher
interfaces
Matcher