3a3ba4d636
* Middleware and handler (mw implements the same trait) could be attached to multiple nodes inside the router * Middleware could be attached to the router (syntactic sugar, it is attached to the root node) as well as to any node * Handler's call method receives an iterator of handlers and responsible for calling the next handler if needed