New ROUTER design, much simpler, less generic, easier to extend, and now one can mix uri map, uri_template map and so on.

Update the "tutorial" example.
This commit is contained in:
Jocelyn Fiat
2012-09-10 20:45:19 +02:00
parent 0f59535696
commit ace897ea2b
31 changed files with 668 additions and 1359 deletions

View File

@@ -1,7 +1,7 @@
# Router
## Requirements
* [URI Template](../../../protocol/rui_template)
* [URI Template](../../../protocol/uri_template)
## Overview