RouterManager

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