URLRouters.match
- URLRouters match(HTTPMethod method, string path, HTTPServerRequestDelegate cb)
class URLRouters
match
(,,HTTPServerRequestDelegate cb ) - URLRouters match(HTTPMethod method, string path, HTTPServerRequestHandler cb)
- URLRouters match(HTTPMethod method, string path, HTTPServerRequestFunction cb)
- URLRouters match(HTTPMethod method, string path, HTTPServerRequestDelegateS cb)
- URLRouters match(HTTPMethod method, string path, HTTPServerRequestHandlerS cb)
- URLRouters match(HTTPMethod method, string path, HTTPServerRequestFunctionS cb)
skadi core router URLRouters
constructorsfunctionsproperties
Adds a new route for requests matching the specified HTTP method and pattern.