grin/api/tests
hashmap 3a3ba4d636
Improve middleware support in web layer (#1572)
* 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
2018-09-21 19:57:59 +02:00
..
localhost+1.p12 Support TLS in ApiServer (#1565) 2018-09-21 13:33:23 +02:00
rest.rs Improve middleware support in web layer (#1572) 2018-09-21 19:57:59 +02:00