they are defined. The first route that matches the request is invoked. • Verb: get, post, put, delete, head, trace, connect, options • Path: "/path", "/path/:param" • Callback: (request, response) -> { } Optionally: • Accept-type = "application/json" • ResponseTranformer