The main building block of a Daikon application is a set of routes. A route is made up of three pieces:
(get, post, ...)
(/foo, /foo/:bar, /foo/*)
(request, response) -> { }