hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
RouterManager
hunt
http
routing
RouterManager
interface
RouterManager {
Router
register
();
Router
register
(int id);
NavigableSet
!(
RouterMatchResult
)
findRouter
(string method, string path, string contentType, string accept);
void
accept
(HttpServerContext context);
static
RouterManager
create
();
}
Members
Functions
accept
void
accept
(HttpServerContext context)
Undocumented in source.
findRouter
NavigableSet
!(
RouterMatchResult
)
findRouter
(string method, string path, string contentType, string accept)
Undocumented in source.
register
Router
register
()
Undocumented in source.
register
Router
register
(int id)
Undocumented in source.
Static functions
create
RouterManager
create
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
http
routing
RouterManager
classes
RouterMatchResult
enums
RouteGroupType
interfaces
RouterManager
manifest constants
DEFAULT_LAST_ROUTER_ID