Dispatches request processing by matching route pattern.
Builds a route processing handler that dispatcher to route handler(s) corresponding to pattern the route matches.
Selects the first matching pattern and delegates request processing to its handler. If the handler not responded,
then tries the next matching pattern, and so on until responded or no routes left.
Dispatches request processing by matching route pattern.
Builds a route processing handler that dispatcher to route handler(s) corresponding to pattern the route matches.
Selects the first matching pattern and delegates request processing to its handler. If the handler not responded, then tries the next matching pattern, and so on until responded or no routes left.