Ability to route responses inline via addRoute() with new parameters: response, statusCode and statusText
The response can be a string or a closure or UDF. The closure and UDF will receive a "rc" argument which represents the request collection parsed.
function(rc){
return "hello #rc.dude#";
}